Commit 81b1b549 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 3a729f1d
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [3.10.0](https://gitlab.com/to-be-continuous/node/compare/3.9.0...3.10.0) (2023-12-18)


### Features

* add pnpm support ([6812cf7](https://gitlab.com/to-be-continuous/node/commit/6812cf7df9fde7cdd9625d62369f5ef1d04b1756))

# [3.9.0](https://gitlab.com/to-be-continuous/node/compare/3.8.0...3.9.0) (2023-12-8)


+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
  - project: 'to-be-continuous/node'
    ref: '3.9.0'
    ref: '3.10.0'
    file: '/templates/gitlab-ci-node.yml'
```

+1 −1
Original line number Diff line number Diff line
@@ -388,7 +388,7 @@ stages:
  image: $NODE_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "node", "3.9.0" ]
      command: ["--service", "node", "3.10.0" ]
  variables:
    # Yarn cache (better than --cache-folder option, deprecated)
    YARN_CACHE_FOLDER: "$CI_PROJECT_DIR/$NODE_PROJECT_DIR/.yarn"