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 8b9ddf3 commit 23c7a5aCopy full SHA for 23c7a5a
.github/workflows/nodejs.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ubuntu-latest
6
strategy:
7
matrix:
8
- node-version: [8.x, 10.x, 12.x]
+ node-version: [10.x, 12.x]
9
steps:
10
- uses: actions/checkout@v1
11
- name: Use Node.js ${{ matrix.node-version }}
@@ -26,7 +26,7 @@ jobs:
26
27
28
29
30
31
32
0 commit comments