Skip to content

Commit 2ba1fc8

Browse files
authored
Merge pull request #107 from jfrazx/renovate/node-24.x
chore(deps): update dependency node to v24
2 parents f0bfdde + b3b7841 commit 2ba1fc8

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@v6
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@v6
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)