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.
2 parents 0b77deb + bbb460d commit bc7c3a4Copy full SHA for bc7c3a4
.github/workflows/main.yml
@@ -54,14 +54,15 @@ jobs:
54
- name: Use Node.js
55
uses: actions/setup-node@v1
56
with:
57
- node-version: 12.x
+ node-version: 14.x
58
- run: npm install
59
- run: npm run compile
60
- name: npm test
61
uses: GabrielBB/[email protected]
62
63
run: npm run test
64
- name: Build package
65
+ if: runner.os == 'Windows'
66
run: |
67
npx vsce package -o ${{ steps.set-version.outputs.name }}.vsix
68
- uses: actions/upload-artifact@v2
@@ -111,7 +112,7 @@ jobs:
111
112
113
114
115
116
- name: Prepare build
117
id: set-version
118
shell: bash
0 commit comments