We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99a64d5 commit 0df2fd0Copy full SHA for 0df2fd0
.github/workflows/ci.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ${{ matrix.os }}
6
strategy:
7
matrix:
8
- node-version: [ '8', '10', '12', '14' ]
+ node-version: [ '10', '12', '14' ]
9
os: [ubuntu-latest, windows-latest]
10
name: Test on Node v${{ matrix.node-version }} on ${{ matrix.os }}
11
steps:
0 commit comments