Skip to content

Commit 9cb4dc9

Browse files
authored
Merge pull request #2 from JaredCE/bugfix/deployment-action
update deployment actions
2 parents cb71ac6 + 69fcfd5 commit 9cb4dc9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ jobs:
88
deploy:
99
runs-on: ubuntu-latest
1010
steps:
11+
- uses: actions/checkout@v2
12+
- uses: actions/setup-node@v1
13+
with:
14+
node-version: 16
15+
- run: npm ci
1116
- name: Publish VS Code Extension
1217
# You may pin to the exact commit or the version.
1318
# uses: HaaLeo/publish-vscode-extension@c1a0486c5a3eed24e8c21d4e37889a7c4c60c443

0 commit comments

Comments
 (0)