Skip to content

Commit ca9ebde

Browse files
authored
chore: bump node version for cd.yml (#254)
1 parent 4a8babc commit ca9ebde

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/cd.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: 20
17+
node-version: 24
1818
cache: 'npm'
1919
- run: npm ci
2020
- run: npm run lint
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v4
2626
- uses: actions/setup-node@v4
2727
with:
28-
node-version: 20
28+
node-version: 24
2929
cache: 'npm'
3030
- run: npm ci
3131
- run: npm test
@@ -53,7 +53,7 @@ jobs:
5353

5454
- uses: actions/setup-node@v4
5555
with:
56-
node-version: 20
56+
node-version: 24
5757
registry-url: 'https://registry.npmjs.org'
5858
if: ${{ steps.release.outputs.releases_created == 'true' }}
5959

@@ -64,6 +64,4 @@ jobs:
6464
if: ${{ steps.release.outputs.releases_created == 'true' }}
6565

6666
- run: npm exec -c publish-packages
67-
env:
68-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
6967
if: ${{ steps.release.outputs.releases_created == 'true' }}

0 commit comments

Comments
 (0)