File tree Expand file tree Collapse file tree 6 files changed +5606
-4101
lines changed Expand file tree Collapse file tree 6 files changed +5606
-4101
lines changed Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- uses : actions/checkout@v2
10
- - uses : actions/setup-node@v1
10
+ - uses : actions/setup-node@v2.1.4
11
11
with :
12
12
node-version : ' 12.x'
13
- - uses : actions/cache@v2
13
+ - uses : actions/cache@v2.1.4
14
14
with :
15
15
path : |
16
16
~/.npm
@@ -30,10 +30,10 @@ jobs:
30
30
- uses : actions/checkout@v2
31
31
with :
32
32
fetch-depth : 0
33
- - uses : actions/setup-node@v1
33
+ - uses : actions/setup-node@v2.1.4
34
34
with :
35
35
node-version : ' 12.x'
36
- - uses : actions/cache@v2
36
+ - uses : actions/cache@v2.1.4
37
37
with :
38
38
path : |
39
39
~/.npm
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
10
10
fetch-depth : 0
11
11
- run : sed -i -E "s/(docker:.+)/Dockerfile/" ./action.yml
12
12
- run : echo -n '' > .dockerignore
13
- - uses : actions/setup-node@v2
13
+ - uses : actions/setup-node@v2.1.4
14
14
with :
15
15
node-version : ' 14'
16
- - uses : actions/cache@v2
16
+ - uses : actions/cache@v2.1.4
17
17
with :
18
18
path : |
19
19
~/.npm
@@ -35,10 +35,10 @@ jobs:
35
35
- uses : actions/checkout@v2
36
36
with :
37
37
fetch-depth : 0
38
- - uses : actions/setup-node@v2
38
+ - uses : actions/setup-node@v2.1.4
39
39
with :
40
40
node-version : ' 14'
41
- - uses : actions/cache@v2
41
+ - uses : actions/cache@v2.1.4
42
42
with :
43
43
path : |
44
44
~/.npm
You can’t perform that action at this time.
0 commit comments