Skip to content

Commit ad6bd7f

Browse files
chore(deps): update dependency node to v24.14.1 (#540)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e9c9b57 commit ad6bd7f

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

2525
- run: npm install

0 commit comments

Comments
 (0)