Skip to content

Commit b3b7841

Browse files
chore(deps): update dependency node to v24
1 parent b041242 commit b3b7841

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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@v4
2626
with:
27-
node-version: 22.21.0
27+
node-version: 24.11.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
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Node.js
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: 22.21.0
27+
node-version: 24.11.1
2828

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

0 commit comments

Comments
 (0)