File tree 1 file changed +35
-35
lines changed
1 file changed +35
-35
lines changed Original file line number Diff line number Diff line change @@ -2,70 +2,70 @@ name: CI
2
2
3
3
on :
4
4
push :
5
- branches : [ master ]
5
+ branches : [master]
6
6
pull_request :
7
- branches : [ master ]
7
+ branches : [master]
8
8
9
9
jobs :
10
10
linux :
11
11
name : Linux
12
12
runs-on : ubuntu-latest
13
13
timeout-minutes : 30
14
14
steps :
15
- - uses : actions/checkout@v2
15
+ - uses : actions/checkout@v2
16
16
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 : 14
21
21
22
- - name : Install Node.js modules
23
- run : npm install
22
+ - name : Install Node.js modules
23
+ run : npm install
24
24
25
- - name : Lint
26
- run : npm run lint
25
+ - name : Lint
26
+ run : npm run lint
27
27
28
- - name : VSCE Packge
29
- run : npx vsce package
28
+ - name : VSCE Packge
29
+ run : npx vsce package
30
30
31
31
windows :
32
32
name : Windows
33
33
runs-on : windows-latest
34
34
timeout-minutes : 30
35
35
steps :
36
- - uses : actions/checkout@v2
36
+ - uses : actions/checkout@v2
37
37
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 : 14
42
42
43
- - name : Install Node.js modules
44
- run : npm install
43
+ - name : Install Node.js modules
44
+ run : npm install
45
45
46
- - name : Lint
47
- run : npm run lint
46
+ - name : Lint
47
+ run : npm run lint
48
48
49
- - name : VSCE Packge
50
- run : npx vsce package
49
+ - name : VSCE Packge
50
+ run : npx vsce package
51
51
52
52
darwin :
53
53
name : macOS
54
54
runs-on : macos-latest
55
55
timeout-minutes : 30
56
56
steps :
57
- - uses : actions/checkout@v2
57
+ - uses : actions/checkout@v2
58
58
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
63
63
64
- - name : Install Node.js modules
65
- run : npm install
64
+ - name : Install Node.js modules
65
+ run : npm install
66
66
67
- - name : Lint
68
- run : npm run lint
67
+ - name : Lint
68
+ run : npm run lint
69
69
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