Skip to content

Commit 1c6eb1e

Browse files
committed
ci: stop testing against NodeJS v18
1 parent 842b56a commit 1c6eb1e

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
@@ -13,9 +13,9 @@ jobs:
1313
strategy:
1414
matrix:
1515
node_version:
16-
- 18
17-
- 20
16+
- 20.17
1817
- 22
18+
- 24
1919
steps:
2020
- uses: actions/checkout@v4
2121
- name: Use Node.js ${{ matrix.node_version }}

0 commit comments

Comments
 (0)