We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a3b958 commit 23a7623Copy full SHA for 23a7623
1 file changed
.github/workflows/publish.yml
@@ -8,14 +8,16 @@ on:
8
jobs:
9
publish:
10
runs-on: ubuntu-latest
11
+ env:
12
+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
13
permissions:
14
contents: read
15
id-token: write
16
steps:
17
- uses: actions/checkout@v4
18
- uses: actions/setup-node@v4
19
with:
- node-version: '20.x'
20
+ node-version: '24.x'
21
registry-url: 'https://registry.npmjs.org'
22
- name: Install dependencies
23
run: npm ci
0 commit comments