Skip to content

Commit cc8aeab

Browse files
committed
test: remove node 16 from matrix
1 parent abfe750 commit cc8aeab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
build:
1818
strategy:
1919
matrix:
20-
node-version: [16, 18, 20]
20+
node-version: [18, 20, 22]
2121
os: [macos-latest, ubuntu-latest, windows-latest]
2222
runs-on: ${{ matrix.os }}
2323
permissions:

0 commit comments

Comments
 (0)