We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2811a11 commit cc0ecb8Copy full SHA for cc0ecb8
.github/workflows/test-and-release.yml
@@ -5,7 +5,7 @@ jobs:
5
strategy:
6
fail-fast: false
7
matrix:
8
- node: [16.x, 18.x, lts/*, current]
+ node: [18.x, 20.x, lts/*, current]
9
# not quite windows ready, halp! os: [macos-latest, ubuntu-latest, windows-latest]
10
os: [macos-latest, ubuntu-latest]
11
runs-on: ${{ matrix.os }}
0 commit comments