Skip to content

Commit 68e7d41

Browse files
committed
github: Run tests on Node 20 and 22
Node 18 is EOL.
1 parent 0b6639c commit 68e7d41

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ jobs:
141141
- host: windows-latest
142142
target: x86_64-pc-windows-msvc
143143
node:
144-
- '18'
145144
- '20'
145+
- '22'
146146
runs-on: ${{ matrix.settings.host }}
147147
steps:
148148
- uses: actions/checkout@v4
@@ -172,8 +172,8 @@ jobs:
172172
fail-fast: false
173173
matrix:
174174
node:
175-
- '18'
176175
- '20'
176+
- '22'
177177
runs-on: ubuntu-latest
178178
steps:
179179
- uses: actions/checkout@v4
@@ -202,8 +202,8 @@ jobs:
202202
fail-fast: false
203203
matrix:
204204
node:
205-
- '18'
206205
- '20'
206+
- '22'
207207
runs-on: ubuntu-latest
208208
steps:
209209
- uses: actions/checkout@v4
@@ -234,8 +234,8 @@ jobs:
234234
fail-fast: false
235235
matrix:
236236
node:
237-
- '18'
238237
- '20'
238+
- '22'
239239
runs-on: ubuntu-latest
240240
steps:
241241
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)