Skip to content

Commit 982ae72

Browse files
committed
ci: update node version to 22.x
1 parent f536882 commit 982ae72

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Setup node
6868
uses: actions/setup-node@v4
6969
with:
70-
node-version: 16.x
70+
node-version: 22.x
7171
cache: 'pnpm'
7272
- name: Install dependencies
7373
run: pnpm i --frozen-lockfile

.github/workflows/tagged-releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Setup node
5757
uses: actions/setup-node@v4
5858
with:
59-
node-version: 16.x
59+
node-version: 22.x
6060
cache: 'pnpm'
6161
- name: Install dependencies
6262
run: pnpm i --frozen-lockfile

0 commit comments

Comments
 (0)