We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d39568e commit e702fbeCopy full SHA for e702fbe
.github/workflows/publish_extension.yml
@@ -9,6 +9,11 @@ jobs:
9
steps:
10
- name: Checkout
11
uses: actions/checkout@v3
12
+ - name: Install Node.js
13
+ uses: actions/setup-node@v3
14
+ with:
15
+ node-version: 16.x
16
+ - run: npm install
17
- name: Publish
18
run: npm run deploy
19
env:
package.json
@@ -27,7 +27,7 @@
27
}
28
]
29
},
30
- "dependencies": {
+ "devDependencies": {
31
"@vscode/vsce": "^2.22.0"
32
33
"scripts": {
0 commit comments