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 f7c93c4 commit 111841aCopy full SHA for 111841a
.github/workflows/test.yml
@@ -11,12 +11,9 @@ jobs:
11
timeout-minutes: 60
12
runs-on: ${{ matrix.os }}
13
strategy:
14
- # fail-fast: false
15
matrix:
16
- # node-version: [14.x, 16.x]
17
- node-version: [16.x]
18
- # os: ['macos-latest', 'ubuntu-latest', 'windows-latest']
19
- os: ['ubuntu-latest']
+ node-version: [14.x, 16.x]
+ os: ['macos-latest', 'ubuntu-latest', 'windows-latest']
20
steps:
21
- uses: actions/checkout@v2
22
- name: Use Node.js ${{ matrix.node-version }}
0 commit comments