Skip to content

Commit 00a9b52

Browse files
committed
ci: stop testing against NodeJS v18
1 parent 4ff976f commit 00a9b52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
strategy:
2727
matrix:
2828
node_version:
29-
- 18
3029
- 20
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)