Skip to content

Commit 8f3fae2

Browse files
committed
test: remove 16.x and add 20.x to CI
1 parent eb874ea commit 8f3fae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
strategy:
66
fail-fast: false
77
matrix:
8-
node: [16.x, 18.x, lts/*, current]
8+
node: [18.x, 20.x, lts/*, current]
99
os: [macos-latest, ubuntu-latest, windows-latest]
1010
runs-on: ${{ matrix.os }}
1111
steps:

0 commit comments

Comments
 (0)