Skip to content

Commit b62b6a1

Browse files
chore(deps): update dependency node to v22
1 parent 4d296db commit b62b6a1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: pnpm/action-setup@v4
1818
- uses: actions/setup-node@v4
1919
with:
20-
node-version: 20.x
20+
node-version: 22.x
2121
cache: pnpm
2222

2323
- name: Install dependencies

.github/workflows/deploy-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: pnpm/action-setup@v4
1919
- uses: actions/setup-node@v4
2020
with:
21-
node-version: 20.x
21+
node-version: 22.x
2222
cache: pnpm
2323

2424
- name: Install dependencies

.github/workflows/pkg-pr-new.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: pnpm/[email protected]
1212
- uses: actions/setup-node@v4
1313
with:
14-
node-version: 20.x
14+
node-version: 22.x
1515
cache: pnpm
1616

1717
- run: pnpm install --frozen-lockfile

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Node.js
2727
uses: actions/setup-node@v4
2828
with:
29-
node-version: 20.x
29+
node-version: 22.x
3030
cache: pnpm
3131

3232
- run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)