Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 31893bb

Browse files
committed
run on ubuntu
1 parent c4e09e7 commit 31893bb

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,12 @@ env:
77

88
jobs:
99
Test:
10-
strategy:
11-
matrix:
12-
os: [ubuntu-latest, macos-latest, windows-latest]
13-
runs-on: ${{ matrix.os }}
10+
runs-on: ubuntu-latest
1411
steps:
1512
- uses: actions/checkout@v1
1613
- uses: actions/setup-node@v2
1714
with:
1815
node-version: '14'
19-
- name: Install windows-build-tools
20-
if: ${{ matrix.os == 'windows-latest' }}
21-
run: npm config set msvs_version 2019
2216
- name: Install dependencies
2317
run: npm i
2418
- name: Run tests

0 commit comments

Comments
 (0)