Skip to content

Commit 330df5a

Browse files
chore(deps): update dependency node to v24.12.0 (#173)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6e94df6 commit 330df5a

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@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
1717
with:
18-
node-version: 24.11.1
18+
node-version: 24.12.0
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@395ad3262231945c25e8478fd5baf05154b1d79f # v6
3636
with:
37-
node-version: '24.11.1'
37+
node-version: '24.12.0'
3838
cache: 'npm'
3939

4040
- name: Install dependencies

0 commit comments

Comments
 (0)