File tree Expand file tree Collapse file tree 4 files changed +2611
-2620
lines changed Expand file tree Collapse file tree 4 files changed +2611
-2620
lines changed Original file line number Diff line number Diff line change 30
30
fetch-depth : 0
31
31
32
32
- name : Use Node.js ${{ matrix.node-version }}
33
- uses : actions/setup-node@v1
33
+ uses : actions/setup-node@v2
34
34
with :
35
35
node-version : ${{ matrix.node-version }}
36
+ cache : " npm"
36
37
37
38
- name : Use latest NPM
38
39
run : sudo npm i -g npm
47
48
run : npm run security
48
49
49
50
- name : Check commit message
50
- uses : wagoid/commitlint-github-action@v1
51
+ uses : wagoid/commitlint-github-action@v4
51
52
52
53
test :
53
54
name : Test - ${{ matrix.os }} - Node v${{ matrix.node-version }}, Webpack ${{ matrix.webpack-version }}
64
65
- uses : actions/checkout@v2
65
66
66
67
- name : Use Node.js ${{ matrix.node-version }}
67
- uses : actions/setup-node@v1
68
+ uses : actions/setup-node@v2
68
69
with :
69
70
node-version : ${{ matrix.node-version }}
71
+ cache : " npm"
70
72
71
73
- name : Use latest NPM on ubuntu/macos
72
74
if : matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
@@ -101,6 +103,6 @@ jobs:
101
103
run : npm run test:coverage -- --ci
102
104
103
105
- name : Submit coverage data to codecov
104
- uses : codecov/codecov-action@v1
106
+ uses : codecov/codecov-action@v2
105
107
with :
106
108
token : ${{ secrets.CODECOV_TOKEN }}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments