Skip to content

Commit 428dc2c

Browse files
committed
github ci: remove node 16, add node 20
1 parent fedef11 commit 428dc2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ${{ matrix.os }}
1010
strategy:
1111
matrix:
12-
node: [16, 18, 19]
12+
node: [18, 20]
1313
os: [ubuntu-latest]
1414
steps:
1515
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)