Commit 73f1708a authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 3.4.2 [skip ci]

parent baf86717
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [3.4.2](https://gitlab.com/to-be-continuous/node/compare/3.4.1...3.4.2) (2022-12-01)


### Bug Fixes

* **audit:** Generate NPM audit and outdated reports ([944f8ce](https://gitlab.com/to-be-continuous/node/commit/944f8cec1bdee7e8fe0905089d8a1debf94e06c7))

## [3.4.1](https://gitlab.com/to-be-continuous/node/compare/3.4.0...3.4.1) (2022-11-26)


+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.4.1'
    ref: '3.4.2'
    file: '/templates/gitlab-ci-node.yml'
```

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