File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -13,18 +13,16 @@ jobs:
13
13
14
14
strategy :
15
15
matrix :
16
- node : [10.x , 12.x ]
16
+ node : [10, 12, 14, 16 ]
17
17
18
18
steps :
19
19
- name : Cancel previous runs
20
-
21
- with :
22
- access_token : ${{ secrets.GITHUB_TOKEN }}
20
+
23
21
24
22
- uses : actions/checkout@v2
25
23
26
24
- name : Setup nodejs
27
- uses : actions/setup-node@v2-beta
25
+ uses : actions/setup-node@v2
28
26
with :
29
27
node-version : ${{ matrix.node }}
30
28
- name : Install deps & validate
@@ -35,16 +33,14 @@ jobs:
35
33
36
34
steps :
37
35
- name : Cancel previous runs
38
-
39
- with :
40
- access_token : ${{ secrets.GITHUB_TOKEN }}
36
+
41
37
42
38
- uses : actions/checkout@v2
43
39
44
40
- name : Setup nodejs
45
- uses : actions/setup-node@v2-beta
41
+ uses : actions/setup-node@v2
46
42
with :
47
- node-version : 12.x
43
+ node-version : 14
48
44
- name : Install deps
49
45
run : npm install
50
46
- name : Build proj
You can’t perform that action at this time.
0 commit comments