Skip to content

Commit cfb6d36

Browse files
committed
chore: update node-version for npm-publish
1 parent 1f2c7b7 commit cfb6d36

3 files changed

Lines changed: 4 additions & 7 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- uses: actions/setup-node@v4
4242
with:
43-
node-version: '20.x'
43+
node-version: '24.x'
4444
registry-url: 'https://registry.npmjs.org'
4545

4646
- run: npm ci

.github/workflows/release-edge.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,11 @@ jobs:
2020
with:
2121
fetch-depth: 0
2222

23-
- run: npm ci
24-
2523
- uses: actions/setup-node@v4
2624
with:
27-
node-version: '20.x'
28-
registry-url: 'https://registry.npmjs.org'
25+
node-version: '24.x'
26+
27+
- run: npm ci
2928

3029
- name: Get current version from package.json
3130
id: get_version

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v4
2121

22-
- run: npm ci
23-
2422
- name: Release PR
2523
uses: googleapis/release-please-action@v4
2624
id: release

0 commit comments

Comments
 (0)