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 c6ab6b1 commit d7b1cb0Copy full SHA for d7b1cb0
.github/workflows/publishTags.yml
@@ -8,8 +8,8 @@ jobs:
8
deploy:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v2
12
- - uses: actions/setup-node@v2
+ - uses: actions/checkout@v4
+ - uses: actions/setup-node@v4
13
with:
14
node-version: '16'
15
cache: 'npm'
package.json
@@ -18,7 +18,7 @@
18
"sponsor": {
19
"url": "https://github.com/sponsors/ChrisChinchilla"
20
},
21
- "version": "0.30.0",
+ "version": "0.30.1",
22
"engines": {
23
"vscode": "^1.100.0",
24
"node": ">=20 <=22.11"
0 commit comments