Skip to content

Commit f34ebd0

Browse files
chore(deps): update dependency node to v22
1 parent 3966d94 commit f34ebd0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set node
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: 20.x
21+
node-version: 22.x
2222
cache: npm
2323

2424
- name: Setup
@@ -38,7 +38,7 @@ jobs:
3838
- name: Set node
3939
uses: actions/setup-node@v4
4040
with:
41-
node-version: 20.x
41+
node-version: 22.x
4242
cache: npm
4343

4444
- name: Setup

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set node
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: 20.x
22+
node-version: 22.x
2323
registry-url: "https://registry.npmjs.org"
2424
cache: npm
2525

0 commit comments

Comments
 (0)