Skip to content

Commit 50a1dd8

Browse files
Copilotturadg
andcommitted
Update CI testing matrix to Node 20 and 22
Co-authored-by: turadg <21505+turadg@users.noreply.github.com>
1 parent 4a8d161 commit 50a1dd8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
node-version: [18, 20]
11+
node-version: [20, 22]
1212
steps:
1313
- name: Checkout Repo
1414
uses: actions/checkout@v4
@@ -29,10 +29,10 @@ jobs:
2929
steps:
3030
- name: Checkout Repo
3131
uses: actions/checkout@v4
32-
- name: Use Node.js 18
32+
- name: Use Node.js 20
3333
uses: actions/setup-node@v4
3434
with:
35-
node-version: "18.18"
35+
node-version: "20"
3636
- run: corepack enable
3737
- run: yarn install
3838
- name: yarn start:docker

0 commit comments

Comments
 (0)