Skip to content

Commit ed13048

Browse files
chore(deps): update dependency node to v24.14.1
1 parent 822a482 commit ed13048

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/c-spell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup nodejs
2525
uses: actions/setup-node@v6
2626
with:
27-
node-version: 24.14.0
27+
node-version: 24.14.1
2828
cache: 'npm'
2929
- name: Run cspell
3030
run: npx cspell lint --no-progress --fail-fast "**"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Node.js
2626
uses: actions/setup-node@v6
2727
with:
28-
node-version: 24.14.0
28+
node-version: 24.14.1
2929

3030
- name: Install dependencies
3131
run: npm ci --ignore-scripts

0 commit comments

Comments
 (0)