We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82899ce commit c4d2619Copy full SHA for c4d2619
1 file changed
.github/workflows/.ci.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ${{ matrix.os }}
6
strategy:
7
matrix:
8
- node-version: [16.x, 18.x, 20.x]
+ node-version: [18.x, 20.x]
9
os: [ubuntu-latest, macos-latest, windows-latest]
10
steps:
11
- uses: actions/checkout@v4
0 commit comments