We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0265a80 commit 862611cCopy full SHA for 862611c
.github/workflows/test.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ubuntu-latest
6
strategy:
7
matrix:
8
- node-version: [14.x, 16.x, 18.x, 20.x]
+ node-version: [16.x, 18.x, 20.x]
9
steps:
10
- uses: actions/checkout@v3
11
- name: Use Node.js ${{ matrix.node-version }}
0 commit comments