File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
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 : [12.x, 14.x, 16.x]
13
+ node-version : [14.x, 16.x]
14
14
steps :
15
15
- uses : actions/checkout@v2
16
16
- name : Use Node.js ${{ matrix.node-version }}
28
28
env :
29
29
CI : true
30
30
- name : Send codecov.io stats
31
- if : matrix.node-version == '12 .x'
31
+ if : matrix.node-version == '14 .x'
32
32
run : bash <(curl -s https://codecov.io/bash) || echo ''
33
33
34
34
publish :
@@ -37,10 +37,10 @@ jobs:
37
37
runs-on : ubuntu-latest
38
38
steps :
39
39
- uses : actions/checkout@v2
40
- - name : Use Node.js 12
40
+ - name : Use Node.js 14
41
41
uses : actions/setup-node@v1
42
42
with :
43
- node-version : 12 .x
43
+ node-version : 14 .x
44
44
- name : Install node_modules
45
45
run : yarn install
46
46
- name : Build
You can’t perform that action at this time.
0 commit comments