We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30a4554 commit 27725bdCopy full SHA for 27725bd
.github/workflows/main.yml
@@ -8,7 +8,7 @@ jobs:
8
timeout-minutes: 10
9
strategy:
10
matrix:
11
- node-version: [10.x, 12.x, 14.x]
+ node-version: [6.x, 8.x, 10.x, 12.x, 14.x]
12
steps:
13
- uses: actions/checkout@v2
14
- name: Use Node.js ${{ matrix.node-version }}
0 commit comments