File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1010 - uses : actions/checkout@v2
1111 - uses : actions/setup-node@v1
1212 with :
13- node-version : 12
13+ node-version : 14
1414 - run : npm ci
1515 - name : Publish to Visual Studio Marketplace
1616 id : publishToVSMarketplace
Original file line number Diff line number Diff line change 2323 - name : Install Node.js
2424 uses : actions/setup-node@v1
2525 with :
26- node-version : 12
26+ node-version : 14
2727 - name : Ensure there is a supported ghc versions
2828 uses : haskell/actions/setup@v1
2929 with :
4242 path : test-workspace/hls.log
4343 - name : Package tested extension
4444 if : runner.os == 'Linux'
45- run : |
46- npm install vsce
47- npx vsce package
45+ run : npx vsce package
4846 - name : Upload extension vsix to workflow artifacts
4947 if : runner.os == 'Linux'
5048 uses : actions/upload-artifact@v2
You can’t perform that action at this time.
0 commit comments