Skip to content

Commit 5734306

Browse files
committed
ci: stop testing against NodeJS v18
1 parent 9b8d949 commit 5734306

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

0 commit comments

Comments
 (0)