Skip to content

Commit 2770465

Browse files
committed
ci: stop testing against NodeJS v18
1 parent f7c3d61 commit 2770465

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
@@ -18,9 +18,9 @@ jobs:
1818
strategy:
1919
matrix:
2020
node_version:
21-
- 18
22-
- 20
21+
- 20.17
2322
- 22
23+
- 24
2424
steps:
2525
- uses: actions/checkout@v4
2626
- name: Use Node.js ${{ matrix.node_version }}

0 commit comments

Comments
 (0)