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 2b59461 commit c01b07fCopy full SHA for c01b07f
.github/workflows/main.yml
@@ -14,15 +14,14 @@ jobs:
14
strategy:
15
matrix:
16
os: [macos-latest, ubuntu-latest, windows-latest]
17
- node-version: [10.x, 12.x, 14.x]
18
runs-on: ${{ matrix.os }}
19
steps:
20
- name: Checkout
21
uses: actions/checkout@v2
22
- name: Install Node.js
23
uses: actions/setup-node@v1
24
with:
25
- node-version: ${{ matrix.node-version }}
+ node-version: 14
26
- run: npm install
27
- run: xvfb-run -a npm test
28
if: runner.os == 'Linux'
0 commit comments