We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a72672 commit 9e9ae07Copy full SHA for 9e9ae07
.github/actions/publish/action.yml
@@ -15,7 +15,7 @@ runs:
15
- name: Setup Node.js
16
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
17
with:
18
- node-version: 24.11.0
+ node-version: 24.11.1
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@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
36
37
- node-version: '24.11.0'
+ node-version: '24.11.1'
38
cache: 'npm'
39
40
- name: Install dependencies
0 commit comments