Skip to content

Commit dd0a7b7

Browse files
committed
cleanup ci.yml
1 parent 734b5a3 commit dd0a7b7

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,12 @@ on:
99
jobs:
1010
nodejs:
1111
runs-on: ubuntu-20.04
12-
1312
strategy:
1413
matrix:
1514
node-version: ['12', '14', '16']
1615

1716
steps:
1817
- uses: actions/checkout@v2
19-
2018
- name: Setup Node.js ${{ matrix.node-version }}
2119
uses: actions/setup-node@v1
2220
with:
@@ -33,14 +31,13 @@ jobs:
3331
strategy:
3432
matrix:
3533
browser: [ChromeHeadless, FirefoxHeadless]
34+
3635
steps:
3736
- uses: actions/checkout@v2
38-
39-
- name: Setup Node.js ${{ matrix.node-version }}
37+
- name: Setup Node.js
4038
uses: actions/setup-node@v1
4139
with:
4240
node-version: '14'
43-
4441
- run: npm install -g npm
4542
- run: npm ci
4643
- run: npm run test:browser -- --browsers ${{ matrix.browser }}

0 commit comments

Comments
 (0)