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 734b5a3 commit dd0a7b7Copy full SHA for dd0a7b7
.github/workflows/ci.yml
@@ -9,14 +9,12 @@ on:
9
jobs:
10
nodejs:
11
runs-on: ubuntu-20.04
12
-
13
strategy:
14
matrix:
15
node-version: ['12', '14', '16']
16
17
steps:
18
- uses: actions/checkout@v2
19
20
- name: Setup Node.js ${{ matrix.node-version }}
21
uses: actions/setup-node@v1
22
with:
@@ -33,14 +31,13 @@ jobs:
33
31
34
32
35
browser: [ChromeHeadless, FirefoxHeadless]
+
36
37
38
39
- - name: Setup Node.js ${{ matrix.node-version }}
+ - name: Setup Node.js
40
41
42
node-version: '14'
43
44
- run: npm install -g npm
45
- run: npm ci
46
- run: npm run test:browser -- --browsers ${{ matrix.browser }}
0 commit comments