We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14437f3 commit c21ae0dCopy full SHA for c21ae0d
.circleci/config.yml
@@ -65,7 +65,7 @@ jobs:
65
- run: echo "//npm.pkg.github.com/:_authToken=${GITHUB_PACKAGES_WRITE_TOKEN}" > ~/.npmrc
66
- run: echo "@contentful:registry=https://npm.pkg.github.com" >> ~/.npmrc
67
- node/install:
68
- node-version: "20.8.1"
+ node-version: "20"
69
- run: npm ci
70
- run:
71
name: Releasing
@@ -79,7 +79,7 @@ workflows:
79
- vault
80
matrix:
81
parameters:
82
- node-version: ["18.12.0", "20.6.1"]
+ node-version: ["18", "20"]
83
- lint-commits:
84
context:
85
0 commit comments