This repository was archived by the owner on Oct 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
strategy :
14
14
matrix :
15
- node-version : [12, 13, 14, 16]
15
+ node-version : [14, 16]
16
16
steps :
17
- - uses : actions/checkout@v2
17
+ - uses : actions/checkout@v3
18
18
- name : Use Node.js ${{ matrix.node-version }}
19
19
uses : actions/setup-node@v2
20
20
with :
@@ -23,19 +23,19 @@ jobs:
23
23
- run : npm i
24
24
- run : npm run lint
25
25
- run : npm run coverage
26
- - name : Upload coverage to Coveralls
27
- uses : coverallsapp/github-action@master
28
- with :
29
- github-token : ${{ secrets.GITHUB_TOKEN }}
30
- if : ${{ matrix.node-version == 12 }}
26
+ # - name: Upload coverage to Coveralls
27
+ # uses: coverallsapp/github-action@master
28
+ # with:
29
+ # github-token: ${{ secrets.GITHUB_TOKEN }}
30
+ # if: ${{ matrix.node-version == 12 }}
31
31
test-browser :
32
32
runs-on : ubuntu-latest
33
33
steps :
34
- - uses : actions/checkout@v2
35
- - name : Use Node.js 12
34
+ - uses : actions/checkout@v3
35
+ - name : Use Node.js 14
36
36
uses : actions/setup-node@v2
37
37
with :
38
- node-version : 12
38
+ node-version : 14
39
39
cache : ' npm'
40
40
- run : npm i
41
41
- run : npm run test:browser
You can’t perform that action at this time.
0 commit comments