We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e94df6 commit 330df5aCopy full SHA for 330df5a
.github/actions/publish/action.yml
@@ -15,7 +15,7 @@ runs:
15
- name: Setup Node.js
16
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
17
with:
18
- node-version: 24.11.1
+ node-version: 24.12.0
19
registry-url: https://registry.npmjs.org
20
- name: Install & Build
21
uses: bahmutov/npm-install@3e063b974f0d209807684aa23e534b3dde517fd9 # v1.11.2
.github/workflows/docs.yml
@@ -34,7 +34,7 @@ jobs:
34
35
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
36
37
- node-version: '24.11.1'
+ node-version: '24.12.0'
38
cache: 'npm'
39
40
- name: Install dependencies
0 commit comments