Skip to content

Commit 58bdf0b

Browse files
chore(deps): update dependency node to v22
1 parent b88100f commit 58bdf0b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/pr-checks.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v3
2424
- uses: actions/setup-node@v3
2525
with:
26-
node-version: 14.x
26+
node-version: 22.x
2727
cache: yarn
2828
- name: Validate cache
2929
run: yarn install --immutable
@@ -37,7 +37,7 @@ jobs:
3737
- uses: actions/checkout@v3
3838
- uses: actions/setup-node@v3
3939
with:
40-
node-version: 14.x
40+
node-version: 22.x
4141
cache: yarn
4242
- name: install
4343
run: yarn install --immutable
@@ -53,7 +53,7 @@ jobs:
5353
- uses: actions/checkout@v3
5454
- uses: actions/setup-node@v3
5555
with:
56-
node-version: 14.x
56+
node-version: 22.x
5757
cache: yarn
5858
- name: install
5959
run: yarn install --immutable
@@ -69,7 +69,7 @@ jobs:
6969
- uses: actions/checkout@v3
7070
- uses: actions/setup-node@v3
7171
with:
72-
node-version: 14.x
72+
node-version: 22.x
7373
cache: yarn
7474
- name: install
7575
run: yarn install --immutable
@@ -85,7 +85,7 @@ jobs:
8585
- uses: actions/checkout@v3
8686
- uses: actions/setup-node@v3
8787
with:
88-
node-version: 14.x
88+
node-version: 22.x
8989
cache: yarn
9090
- name: install
9191
run: yarn install --immutable

0 commit comments

Comments
 (0)