File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
strategy :
12
12
matrix :
13
- node-version : [10.x, 12.x, 14.x]
13
+ node-version : [12.x, 14.x]
14
14
15
15
steps :
16
16
- uses : actions/checkout@v2
@@ -32,10 +32,10 @@ jobs:
32
32
steps :
33
33
- uses : actions/checkout@v2
34
34
35
- - name : Use Node.js 10 and setup registry
35
+ - name : Use Node.js 12 and setup registry
36
36
uses : actions/setup-node@v1
37
37
with :
38
- node-version : 10 .x
38
+ node-version : 12 .x
39
39
# registry-url: https://npm.pkg.github.com/
40
40
- name : Install dependencies
41
41
run : npm ci
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
- - name : Use Node.js 10 and setup registry
10
+ - name : Use Node.js 12 and setup registry
11
11
uses : actions/setup-node@v1
12
12
with :
13
- node-version : 10 .x
13
+ node-version : 12 .x
14
14
registry-url : https://npm.pkg.github.com/
15
15
- name : Install deps
16
16
run : npm ci
You can’t perform that action at this time.
0 commit comments