We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbd1fa2 commit 587237bCopy full SHA for 587237b
.github/workflows/build-test.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
strategy:
10
matrix:
11
- node-version: [10.x, 12.x, 14.x, 15.x]
+ node-version: [16.x, 17.x, 18.x]
12
steps:
13
- uses: actions/checkout@v2
14
- name: Use Node.js ${{ matrix.node-version }}
0 commit comments