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 1bd18f3 commit 0d8a6f1Copy full SHA for 0d8a6f1
.github/workflows/tests.yml
@@ -5,7 +5,7 @@ on: [push, pull_request]
5
jobs:
6
Tests:
7
strategy:
8
- fail-fast: false
+ fail-fast: false
9
max-parallel: 15
10
matrix:
11
node: [10.x, 12.x, 14.x]
@@ -16,7 +16,7 @@ jobs:
16
- name: Checkout Repository
17
uses: actions/checkout@v2
18
- name: Use Node.js ${{ matrix.node }}
19
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v2
20
with:
21
node-version: ${{ matrix.node }}
22
- name: Use Python ${{ matrix.python }}
0 commit comments