Skip to content

Commit 18ddfff

Browse files
committed
fix: workflow patches
1 parent 9414858 commit 18ddfff

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/package.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,15 @@ on:
44
- master
55
name: Build Extension
66
jobs:
7-
deploy:
7+
pacakge:
88
runs-on: ubuntu-20.04
99
steps:
1010
- uses: actions/checkout@v2
11-
- run: npm install
12-
- run: npm install --global vsce
11+
- uses: actions/setup-node@v2
12+
with:
13+
node-version: '15'
14+
- run: npm ci
15+
- run: npm install -global vsce
1316
- run: vsce package --out coder.vsix
1417
- uses: actions/upload-artifact@v2
1518
with:

0 commit comments

Comments
 (0)