Skip to content

Commit a5d42ea

Browse files
chore(deps): update dependency node to v22
1 parent ba5edc3 commit a5d42ea

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Use Node.js 20.x
3030
uses: actions/setup-node@v4
3131
with:
32-
node-version: 20.x
32+
node-version: 22.x
3333
cache: 'pnpm'
3434

3535
- name: Install Dependencies

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Use Node.js 20.x
5757
uses: actions/setup-node@v4
5858
with:
59-
node-version: 20.x
59+
node-version: 22.x
6060
cache: 'pnpm'
6161

6262
- 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.js 18.x
2828
uses: actions/setup-node@v4
2929
with:
30-
node-version: 18.x
30+
node-version: 22.x
3131
cache: 'pnpm'
3232

3333
- name: Install Dependencies

0 commit comments

Comments
 (0)