File tree Expand file tree Collapse file tree 2 files changed +5
-4770
lines changed Expand file tree Collapse file tree 2 files changed +5
-4770
lines changed Original file line number Diff line number Diff line change 13
13
runs-on : ${{ matrix.os }}
14
14
strategy :
15
15
matrix :
16
- os : [windows-2019, macos-10.15, ubuntu-18 .04]
17
- node : [12, 14, 16, 17 ]
16
+ os : [windows-2019, macos-10.15, ubuntu-20 .04]
17
+ node : [14, 16, 18 ]
18
18
steps :
19
19
- uses : actions/checkout@v2
20
20
- uses : actions/setup-node@master
36
36
runs-on : ubuntu-18.04
37
37
strategy :
38
38
matrix :
39
- node : [12, 14, 16, 17 ]
39
+ node : [14, 16, 18 ]
40
40
fail-fast : true
41
41
container :
42
42
image : node:${{ matrix.node }}-alpine
@@ -58,14 +58,14 @@ jobs:
58
58
name : alpine-${{ matrix.node }}-binary
59
59
path : ' build/**/*.tar.gz'
60
60
deploy :
61
- runs-on : ubuntu-18 .04
61
+ runs-on : ubuntu-20 .04
62
62
needs : [alpine, build]
63
63
if : startsWith(github.ref, 'refs/tags/v')
64
64
steps :
65
65
- uses : actions/checkout@v2
66
66
- uses : actions/setup-node@master
67
67
with :
68
- node-version : 14
68
+ node-version : 16
69
69
- uses : actions/download-artifact@v2
70
70
with :
71
71
path : build
You can’t perform that action at this time.
0 commit comments