Commit 790b7ddb authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 3.11.1 [skip ci]

parent 5900bd73
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [3.11.1](https://gitlab.com/to-be-continuous/node/compare/3.11.0...3.11.1) (2024-1-28)


### Bug Fixes

* check that pnpm is installed before using it ([891e4f7](https://gitlab.com/to-be-continuous/node/commit/891e4f75b42115561d7df47c33fc06d68be0e18a))

# [3.11.0](https://gitlab.com/to-be-continuous/node/compare/3.10.1...3.11.0) (2024-1-27)


+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ Add the following to your `gitlab-ci.yml`:
```yaml
include:
  # 1: include the component
  - component: gitlab.com/to-be-continuous/node/gitlab-ci-node@3.11.0
  - component: gitlab.com/to-be-continuous/node/gitlab-ci-node@3.11.1
    # 2: set/override component inputs
    inputs:
      image: "registry.hub.docker.com/library/node:20" # ⚠ this is only an example
@@ -31,7 +31,7 @@ Add the following to your `gitlab-ci.yml`:
include:
  # 1: include the template
  - project: 'to-be-continuous/node'
    ref: '3.11.0'
    ref: '3.11.1'
    file: '/templates/gitlab-ci-node.yml'

variables: