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 10
10
- uses : actions/checkout@v2
11
11
- uses : actions/setup-node@v1
12
12
with :
13
- node-version : 12
13
+ node-version : 14
14
14
- run : npm ci
15
15
- name : Publish to Visual Studio Marketplace
16
16
id : publishToVSMarketplace
Original file line number Diff line number Diff line change 23
23
- name : Install Node.js
24
24
uses : actions/setup-node@v1
25
25
with :
26
- node-version : 12
26
+ node-version : 14
27
27
- name : Ensure there is a supported ghc versions
28
28
uses : haskell/actions/setup@v1
29
29
with :
42
42
path : test-workspace/hls.log
43
43
- name : Package tested extension
44
44
if : runner.os == 'Linux'
45
- run : |
46
- npm install vsce
47
- npx vsce package
45
+ run : npx vsce package
48
46
- name : Upload extension vsix to workflow artifacts
49
47
if : runner.os == 'Linux'
50
48
uses : actions/upload-artifact@v2
You can’t perform that action at this time.
0 commit comments