File tree Expand file tree Collapse file tree 1 file changed +35
-35
lines changed
Expand file tree Collapse file tree 1 file changed +35
-35
lines changed Original file line number Diff line number Diff line change @@ -2,70 +2,70 @@ name: CI
22
33on :
44 push :
5- branches : [ master ]
5+ branches : [master]
66 pull_request :
7- branches : [ master ]
7+ branches : [master]
88
99jobs :
1010 linux :
1111 name : Linux
1212 runs-on : ubuntu-latest
1313 timeout-minutes : 30
1414 steps :
15- - uses : actions/checkout@v2
15+ - uses : actions/checkout@v2
1616
17- - name : Setup Node.js environment
18- uses : actions/setup-node@v2
19- with :
20- node-version : 12
17+ - name : Setup Node.js environment
18+ uses : actions/setup-node@v2
19+ with :
20+ node-version : 12
2121
22- - name : Install Node.js modules
23- run : npm install
22+ - name : Install Node.js modules
23+ run : npm install
2424
25- - name : Lint
26- run : npm run lint
25+ - name : Lint
26+ run : npm run lint
2727
28- - name : VSCE Packge
29- run : npx vsce package
28+ - name : VSCE Packge
29+ run : npx vsce package
3030
3131 windows :
3232 name : Windows
3333 runs-on : windows-latest
3434 timeout-minutes : 30
3535 steps :
36- - uses : actions/checkout@v2
36+ - uses : actions/checkout@v2
3737
38- - name : Setup Node.js environment
39- uses : actions/setup-node@v2
40- with :
41- node-version : 12
38+ - name : Setup Node.js environment
39+ uses : actions/setup-node@v2
40+ with :
41+ node-version : 12
4242
43- - name : Install Node.js modules
44- run : npm install
43+ - name : Install Node.js modules
44+ run : npm install
4545
46- - name : Lint
47- run : npm run lint
46+ - name : Lint
47+ run : npm run lint
4848
49- - name : VSCE Packge
50- run : npx vsce package
49+ - name : VSCE Packge
50+ run : npx vsce package
5151
5252 darwin :
5353 name : macOS
5454 runs-on : macos-latest
5555 timeout-minutes : 30
5656 steps :
57- - uses : actions/checkout@v2
57+ - uses : actions/checkout@v2
5858
59- - name : Setup Node.js environment
60- uses : actions/setup-node@v2
61- with :
62- node-version : 12
59+ - name : Setup Node.js environment
60+ uses : actions/setup-node@v2
61+ with :
62+ node-version : 14
6363
64- - name : Install Node.js modules
65- run : npm install
64+ - name : Install Node.js modules
65+ run : npm install
6666
67- - name : Lint
68- run : npm run lint
67+ - name : Lint
68+ run : npm run lint
6969
70- - name : VSCE Packge
71- run : npx vsce package
70+ - name : VSCE Packge
71+ run : npx vsce package
You can’t perform that action at this time.
0 commit comments