Skip to content

Commit 8a2b88b

Browse files
Update dependency node to v24.17.0 (#551)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c011614 commit 8a2b88b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Use Node.js
1616
uses: actions/setup-node@v6
1717
with:
18-
node-version: 24.16.0
18+
node-version: 24.17.0
1919
- run: npm install
2020
- run: npm run build
2121
- run: npm run test

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Use Node.js
2020
uses: actions/setup-node@v6
2121
with:
22-
node-version: 24.16.0
22+
node-version: 24.17.0
2323
registry-url: 'https://registry.npmjs.org'
2424

2525
- run: npm install

0 commit comments

Comments
 (0)