Skip to content

Commit 83e2b8d

Browse files
committed
ci: stop testing against NodeJS v18
1 parent cc05c5b commit 83e2b8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
strategy:
2727
matrix:
2828
node_version:
29-
- 18
30-
- 20
29+
- 20.17
3130
- 22
31+
- 24
3232
name: Node ${{ matrix.node_version }}
3333
steps:
3434
- uses: actions/checkout@v4
@@ -38,7 +38,7 @@ jobs:
3838
cache: npm
3939
- run: npm ci
4040
- run: npm test
41-
41+
4242
test:
4343
runs-on: ubuntu-latest
4444
needs:

0 commit comments

Comments
 (0)