File tree Expand file tree Collapse file tree 3 files changed +538
-105
lines changed Expand file tree Collapse file tree 3 files changed +538
-105
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,15 @@ jobs:
13
13
build-and-test :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v2
17
- - uses : actions/setup-node@v1
16
+ - uses : actions/checkout@v3
17
+ - uses : actions/setup-node@v3
18
+ with :
19
+ node-version : ' 14'
18
20
- name : Cache Node.js modules
19
21
uses : actions/cache@v2
20
22
with :
21
23
path : " **/node_modules"
22
24
key : ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
23
- - run : yarn
25
+ - run : yarn
24
26
- run : yarn build
25
27
- run : yarn test
Original file line number Diff line number Diff line change 49
49
"rimraf" : " ^3.0.2" ,
50
50
"ts-node" : " ^9.0.0" ,
51
51
"typescript" : " ^4.0.2" ,
52
- "vsce" : " ^1.93 .0" ,
52
+ "vsce" : " ^2.7 .0" ,
53
53
"vscode-tmgrammar-test" : " 0.0.11"
54
54
},
55
55
"scripts" : {
You can’t perform that action at this time.
0 commit comments