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 ad6554a commit e46b50bCopy full SHA for e46b50b
.github/workflows/publish.yml
@@ -14,10 +14,10 @@ jobs:
14
- name: Install Node.js
15
uses: actions/setup-node@v1
16
with:
17
- node-version: 12.x
+ node-version: 14.x
18
- run: npm install
19
- run: xvfb-run -a npm test
20
- - name: Publish (vsce)
+ - name: Publish
21
if: success()
22
run: npm run deploy
23
env:
CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
All notable changes to the extension will be documented in this file.
4
5
-## [1.12.0] - 2022-05-05
+## [1.12.2] - 2022-05-05
6
7
- Update dependencies.
8
0 commit comments