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:
1313 build-and-test :
1414 runs-on : ubuntu-latest
1515 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'
1820 - name : Cache Node.js modules
1921 uses : actions/cache@v2
2022 with :
2123 path : " **/node_modules"
2224 key : ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
23- - run : yarn
25+ - run : yarn
2426 - run : yarn build
2527 - run : yarn test
Original file line number Diff line number Diff line change 4949 "rimraf" : " ^3.0.2" ,
5050 "ts-node" : " ^9.0.0" ,
5151 "typescript" : " ^4.0.2" ,
52- "vsce" : " ^1.93 .0" ,
52+ "vsce" : " ^2.7 .0" ,
5353 "vscode-tmgrammar-test" : " 0.0.11"
5454 },
5555 "scripts" : {
You can’t perform that action at this time.
0 commit comments