Commit 91db87c9 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 3.4.0 [skip ci]

parent 363b961a
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
# [3.4.0](https://gitlab.com/to-be-continuous/node/compare/3.3.0...3.4.0) (2022-11-23)


### Bug Fixes

* **cache:** absolute cache dir variables ([088dce0](https://gitlab.com/to-be-continuous/node/commit/088dce0f6900418d8b4b77487f8497a7e8dec138))


### Features

* support extra opts to install project deps ([363b961](https://gitlab.com/to-be-continuous/node/commit/363b961aebdbc76e8010165be438189049947592))

# [3.3.0](https://gitlab.com/to-be-continuous/node/compare/3.2.1...3.3.0) (2022-10-18)


+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,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.3.0'
    ref: '3.4.0'
    file: '/templates/gitlab-ci-node.yml'
```

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