Commit 09da9e49 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 3.4.1 [skip ci]

parent 8370e7ac
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [3.4.1](https://gitlab.com/to-be-continuous/node/compare/3.4.0...3.4.1) (2022-11-26)


### Bug Fixes

* support custom CA certificates with npm ([8370e7a](https://gitlab.com/to-be-continuous/node/commit/8370e7ac69985b6b382289fb74a38d8e84d4dded))

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


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