File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed
Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,18 @@ jobs:
1313 with :
1414 node-version : " 14.x"
1515 registry-url : " https://registry.npmjs.org"
16+ 17+ with :
18+ version : 6.0.2
1619
1720 - name : install deps
18- run : yarn install --frozen-lockfile
21+ run : pnpm install --frozen-lockfile
1922
2023 - name : build
21- run : yarn tsc
24+ run : pnpm tsc
2225
2326 - name : lint
24- run : yarn lint
27+ run : pnpm lint
2528
2629 - name : check with prettier
27- run : yarn prettier . --check
30+ run : pnpm prettier . --check
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - uses : actions/checkout@v2
11-
1211 - uses : actions/setup-node@v1
1312 with :
1413 node-version : " 14.x"
1514 registry-url : " https://registry.npmjs.org"
15+ 16+ with :
17+ version : 6.0.2
1618
1719 - name : install deps
18- run : yarn install --frozen-lockfile
20+ run : pnpm install --frozen-lockfile
1921
2022 - name : build
21- run : yarn vsce package
23+ run : pnpm vsce package
2224
2325 - name : Release
2426 uses : softprops/action-gh-release@v1
You can’t perform that action at this time.
0 commit comments