Loading
+8 −0
Original line number Diff line number Diff line
## [3.10.1](https://gitlab.com/to-be-continuous/node/compare/3.10.0...3.10.1) (2024-1-7)


### Bug Fixes

* install dependencies for pnpm ([473abd2](https://gitlab.com/to-be-continuous/node/commit/473abd2932adf111f83522284a7235a3e5528b05)), closes [#29](https://gitlab.com/to-be-continuous/node/issues/29)
* typo in pnpm lock file ([c6d81da](https://gitlab.com/to-be-continuous/node/commit/c6d81da52698801695d75a6679c1ac21e0e675f9)), closes [#28](https://gitlab.com/to-be-continuous/node/issues/28)

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


+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.10.0'
    ref: '3.10.1'
    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.10.0" ]
      command: ["--service", "node", "3.10.1" ]
  variables:
    # Yarn cache (better than --cache-folder option, deprecated)
    YARN_CACHE_FOLDER: "$CI_PROJECT_DIR/$NODE_PROJECT_DIR/.yarn"