Skip to content

Commit d5bfc42

Browse files
committed
fix: ci
1 parent 50e5f93 commit d5bfc42

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Node.js
3030
uses: actions/setup-node@v4
3131
with:
32-
node-version: "18"
32+
node-version: "22"
3333

3434
- name: Cache Node.js dependencies
3535
uses: actions/cache@v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Node.js
3030
uses: actions/setup-node@v4
3131
with:
32-
node-version: "18"
32+
node-version: "22"
3333

3434
- name: Cache Node.js dependencies
3535
uses: actions/cache@v4

0 commit comments

Comments
 (0)