Skip to content

Commit 0f856c6

Browse files
Update dependency node to v24.18.1 (#1173)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 94bb4cd commit 0f856c6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/npm-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Set up Node.js
4040
uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6
4141
with:
42-
node-version: 24.18.0
42+
node-version: 24.18.1
4343
registry-url: 'https://registry.npmjs.org'
4444

4545

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Set up Node.js
3030
uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6
3131
with:
32-
node-version: 24.18.0
32+
node-version: 24.18.1
3333

3434

3535
- name: Set up settings.xml

0 commit comments

Comments
 (0)