Skip to content

Commit efb3e9b

Browse files
chore: update node version in Ci
1 parent e02003c commit efb3e9b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- uses: actions/setup-node@v4
1919
with:
20-
node-version: 18
20+
node-version: 22
2121
cache: npm
2222
- run: npm ci
2323
- name: test

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
2222
fetch-depth: 0
2323

24-
- name: Setup Node.js 18.x
24+
- name: Setup Node.js 22.x
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: 18
27+
node-version: 22
2828
cache: npm
2929

3030
- name: Install Dependencies

0 commit comments

Comments
 (0)