Skip to content

Commit 111841a

Browse files
Update test.yml
1 parent f7c93c4 commit 111841a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,9 @@ jobs:
1111
timeout-minutes: 60
1212
runs-on: ${{ matrix.os }}
1313
strategy:
14-
# fail-fast: false
1514
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']
15+
node-version: [14.x, 16.x]
16+
os: ['macos-latest', 'ubuntu-latest', 'windows-latest']
2017
steps:
2118
- uses: actions/checkout@v2
2219
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)