Skip to content

Commit 7c54c65

Browse files
committed
Buold
1 parent 541b1a7 commit 7c54c65

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,13 @@ on:
88

99
jobs:
1010
build:
11-
strategy:
12-
matrix:
13-
os: [macos-latest, ubuntu-latest, windows-latest]
14-
runs-on: ${{ matrix.os }}
11+
runs-on: ubuntu-latest
1512
steps:
1613
- name: Checkout
1714
uses: actions/checkout@v2
1815
- name: Install Node.js
1916
uses: actions/setup-node@v1
2017
with:
21-
node-version: 10.x
18+
node-version: 14
2219
- run: npm install
2320
- run: xvfb-run -a npm test
24-
if: runner.os == 'Linux'
25-
- run: npm test
26-
if: runner.os != 'Linux'

0 commit comments

Comments
 (0)