Skip to content

Commit 23a7623

Browse files
committed
ci: update Node version to 24 in publish action
1 parent 8a3b958 commit 23a7623

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,16 @@ on:
88
jobs:
99
publish:
1010
runs-on: ubuntu-latest
11+
env:
12+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
1113
permissions:
1214
contents: read
1315
id-token: write
1416
steps:
1517
- uses: actions/checkout@v4
1618
- uses: actions/setup-node@v4
1719
with:
18-
node-version: '20.x'
20+
node-version: '24.x'
1921
registry-url: 'https://registry.npmjs.org'
2022
- name: Install dependencies
2123
run: npm ci

0 commit comments

Comments
 (0)