Skip to content

Commit 97c58d2

Browse files
Update dependency node to v22
1 parent 62da922 commit 97c58d2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/setup-node@v4.4.0
2525
with:
2626
cache: npm
27-
node-version: 20
27+
node-version: 22
2828

2929
- name: Install dependencies
3030
run: npm install

.github/workflows/typescript.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: actions/setup-node@v4.4.0
5151
with:
5252
cache: npm
53-
node-version: 20
53+
node-version: 22
5454

5555
- name: Install dependencies
5656
run: npm install
@@ -73,7 +73,7 @@ jobs:
7373
uses: actions/setup-node@v4.4.0
7474
with:
7575
cache: npm
76-
node-version: 20
76+
node-version: 22
7777

7878
- name: Install dependencies
7979
run: npm install
@@ -96,7 +96,7 @@ jobs:
9696
uses: actions/setup-node@v4.4.0
9797
with:
9898
cache: npm
99-
node-version: 20
99+
node-version: 22
100100

101101
- name: Install dependencies
102102
run: npm install

0 commit comments

Comments
 (0)