File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 22
22
with :
23
23
fetch-depth : 0
24
24
- name : Commit Linter
25
- uses : wagoid/commitlint-github-action@v1.3.1
25
+ uses : wagoid/commitlint-github-action@v2
26
26
with :
27
27
configFile : ' ./package.json'
28
- env :
29
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
30
28
31
29
test-node :
32
30
name :
46
44
steps :
47
45
- uses : actions/checkout@v2
48
46
- name : Use Node.js ${{ matrix.node-version }}
49
- uses : actions/setup-node@v1
47
+ uses : actions/setup-node@v2-beta
50
48
with :
51
49
node-version : ${{ matrix.node-version }}
52
50
- name : install with eslint v${{matrix.eslint-version }}
72
70
73
71
steps :
74
72
- uses : actions/checkout@v2
75
- - uses : actions/setup-node@v1
73
+ - uses : actions/setup-node@v2-beta
76
74
with :
77
75
node-version : 12.x
78
76
- name : install
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ jobs:
14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- uses : actions/checkout@v2
17
- - uses : actions/setup-node@v1
17
+ - uses : actions/setup-node@v2-beta
18
18
with :
19
19
node-version : ' 12.x'
20
20
21
- - uses : actions/cache@v1
21
+ - uses : actions/cache@v2
22
22
with :
23
23
path : ~/.npm
24
24
key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
You can’t perform that action at this time.
0 commit comments