Skip to content

Commit 1044211

Browse files
Update dependency node to v24.15.0 (#542)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 314c77b commit 1044211

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.14.1
18+
node-version: 24.15.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.14.1
22+
node-version: 24.15.0
2323
registry-url: 'https://registry.npmjs.org'
2424

2525
- run: npm install

0 commit comments

Comments
 (0)