Skip to content

Commit 7f7f43d

Browse files
Update dependency node to v24 (#207)
1 parent cf51e7d commit 7f7f43d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Node.js
1717
uses: actions/setup-node@v6
1818
with:
19-
node-version: '22'
19+
node-version: '24'
2020

2121
- name: Install dependencies
2222
run: npm ci
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup Node.js
3434
uses: actions/setup-node@v6
3535
with:
36-
node-version: '22'
36+
node-version: '24'
3737

3838
- name: Install dependencies
3939
run: npm ci

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup Node.js
2929
uses: actions/setup-node@v6
3030
with:
31-
node-version: '22'
31+
node-version: '24'
3232

3333
- name: Install dependencies
3434
run: npm ci

0 commit comments

Comments
 (0)