File tree Expand file tree Collapse file tree 3 files changed +428
-398
lines changed Expand file tree Collapse file tree 3 files changed +428
-398
lines changed Original file line number Diff line number Diff line change 9
9
operating-system : [ubuntu-latest, windows-latest]
10
10
steps :
11
11
- name : Checkout
12
- uses : actions/checkout@master
12
+ uses : actions/checkout@v2
13
13
14
- - name : Set Node.js 10 .x
15
- uses : actions/setup-node@master
14
+ - name : Setup Node.js 12 .x
15
+ uses : actions/setup-node@v1
16
16
with :
17
- node-version : 10 .x
17
+ node-version : 12 .x
18
18
19
19
- name : npm install
20
20
run : npm install
@@ -40,12 +40,12 @@ jobs:
40
40
run : |
41
41
echo "127.0.0.0 registry.npm.js nodejs.org github.com api.github.com download.java.net static.azul.com" | sudo tee -a /etc/hosts
42
42
- name : Checkout
43
- uses : actions/checkout@master
43
+ uses : actions/checkout@v2
44
44
45
- - name : Set Node.js 10 .x
46
- uses : actions/setup-node@master
45
+ - name : Setup Node.js 12 .x
46
+ uses : actions/setup-node@v1
47
47
with :
48
- node-version : 10 .x
48
+ node-version : 12 .x
49
49
50
50
- name : npm install
51
51
run : npm install
You can’t perform that action at this time.
0 commit comments