We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ded88f commit 3764da9Copy full SHA for 3764da9
.github/workflows/main.yml
@@ -6,7 +6,7 @@ jobs:
6
runs-on: ${{ matrix.os }}
7
strategy:
8
matrix:
9
- node_version: ['8', '10', '12']
+ node_version: ['10', '12']
10
os: [ubuntu-latest]
11
steps:
12
- uses: actions/checkout@v1
0 commit comments