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 1919 runs-on : ${{ matrix.os }}
2020 strategy :
2121 matrix :
22- os : [ubuntu-latest, windows-latest, macOS-latest]
22+ # os: [ubuntu-latest, windows-latest, macOS-latest]
23+ os : [ubuntu-latest]
2324 steps :
2425 - uses : actions/checkout@v2
2526 - run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
4546 echo $VERSION > .version
4647 echo $NAME > .name
4748 - name : Use Node.js
48- uses : actions/setup-node@v1
49+ uses : actions/setup-node@v2
4950 with :
50- node-version : 14.x
51+ node-version : 16
5152 - run : npm install
5253 - name : lint
5354 if : runner.os == 'Linux'
@@ -130,9 +131,9 @@ jobs:
130131 name : meta
131132 path : .
132133 - name : Use Node.js
133- uses : actions/setup-node@v1
134+ uses : actions/setup-node@v2
134135 with :
135- node-version : 12.x
136+ node-version : 16
136137 - name : Prepare build
137138 id : set-version
138139 run : |
You can’t perform that action at this time.
0 commit comments