Skip to content

Commit 0bc0e21

Browse files
committed
removed node 16
1 parent c9f2c8f commit 0bc0e21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-and-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
strategy:
2424
matrix:
25-
node-version: [16.x, 18.x, 20.x]
25+
node-version: [18.x, 20.x]
2626

2727
steps:
2828
- uses: actions/checkout@v1
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ${{ matrix.os }}
4949
strategy:
5050
matrix:
51-
node-version: [16.x, 18.x, 20.x]
51+
node-version: [18.x, 20.x]
5252
os: [ubuntu-latest, windows-latest, macos-latest]
5353
exclude:
5454
# Don't test Node.js 8 on Windows. npm is weird here

0 commit comments

Comments
 (0)