Skip to content

Commit 1f5a4db

Browse files
chore(deps): update dependency node to v22
1 parent d08ac9b commit 1f5a4db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nightly-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup node
2626
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
2727
with:
28-
node-version: 20
28+
node-version: 22
2929
cache: pnpm
3030

3131
- name: Install dependencies

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Node
2828
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
2929
with:
30-
node-version: 20
30+
node-version: 22
3131

3232
- name: Install dependencies
3333
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)