Skip to content

Commit 6481f56

Browse files
committed
chore: updated to node.js 24 in CI
1 parent 98076e9 commit 6481f56

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
- name: Set up Node.js
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: 22
19+
node-version: '24'
20+
cache: 'npm'
2021

2122
- name: Install dependencies
2223
run: npm ci

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Node.js
1818
uses: actions/setup-node@v4
1919
with:
20-
node-version: '22'
20+
node-version: '24'
2121
cache: 'npm'
2222

2323
- name: Set npm registry

0 commit comments

Comments
 (0)