Skip to content

Commit 9e9ae07

Browse files
chore(deps): update dependency node to v24.11.1 (#112)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3a72672 commit 9e9ae07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/publish/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ runs:
1515
- name: Setup Node.js
1616
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
1717
with:
18-
node-version: 24.11.0
18+
node-version: 24.11.1
1919
registry-url: https://registry.npmjs.org
2020
- name: Install & Build
2121
uses: bahmutov/npm-install@3e063b974f0d209807684aa23e534b3dde517fd9 # v1.11.2

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Setup Node.js
3535
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
3636
with:
37-
node-version: '24.11.0'
37+
node-version: '24.11.1'
3838
cache: 'npm'
3939

4040
- name: Install dependencies

0 commit comments

Comments
 (0)