We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11b4d61 commit b610325Copy full SHA for b610325
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
strategy:
17
matrix:
18
- node-version: [16.x, 18.x, 20.x] # see https://nodejs.org/en/about/releases/
+ node-version: [18.x, 20.x] # see https://nodejs.org/en/about/releases/
19
steps:
20
- uses: actions/checkout@v3
21
- name: Use Node.js ${{ matrix.node-version }}
0 commit comments