File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 19
19
runs-on : ${{ matrix.os }}
20
20
strategy :
21
21
matrix :
22
- os : [ubuntu-latest, windows-latest, macOS-latest]
22
+ # os: [ubuntu-latest, windows-latest, macOS-latest]
23
+ os : [ubuntu-latest]
23
24
steps :
24
25
- uses : actions/checkout@v2
25
26
- run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
45
46
echo $VERSION > .version
46
47
echo $NAME > .name
47
48
- name : Use Node.js
48
- uses : actions/setup-node@v1
49
+ uses : actions/setup-node@v2
49
50
with :
50
- node-version : 14.x
51
+ node-version : 16
51
52
- run : npm install
52
53
- name : lint
53
54
if : runner.os == 'Linux'
@@ -130,9 +131,9 @@ jobs:
130
131
name : meta
131
132
path : .
132
133
- name : Use Node.js
133
- uses : actions/setup-node@v1
134
+ uses : actions/setup-node@v2
134
135
with :
135
- node-version : 12.x
136
+ node-version : 16
136
137
- name : Prepare build
137
138
id : set-version
138
139
run : |
You can’t perform that action at this time.
0 commit comments