Skip to content

Commit cc0ecb8

Browse files
committed
chore: drop 16.x and add 20.x to CI
1 parent 2811a11 commit cc0ecb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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
# not quite windows ready, halp! os: [macos-latest, ubuntu-latest, windows-latest]
1010
os: [macos-latest, ubuntu-latest]
1111
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)