Skip to content

Commit c21ae0d

Browse files
committed
feat: slash
1 parent 14437f3 commit c21ae0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- run: echo "//npm.pkg.github.com/:_authToken=${GITHUB_PACKAGES_WRITE_TOKEN}" > ~/.npmrc
6666
- run: echo "@contentful:registry=https://npm.pkg.github.com" >> ~/.npmrc
6767
- node/install:
68-
node-version: "20.8.1"
68+
node-version: "20"
6969
- run: npm ci
7070
- run:
7171
name: Releasing
@@ -79,7 +79,7 @@ workflows:
7979
- vault
8080
matrix:
8181
parameters:
82-
node-version: ["18.12.0", "20.6.1"]
82+
node-version: ["18", "20"]
8383
- lint-commits:
8484
context:
8585
- vault

0 commit comments

Comments
 (0)