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 1cc706d commit cb2f4feCopy full SHA for cb2f4fe
.github/workflows/publish.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Setup Node.js
22
uses: actions/setup-node@v4
23
with:
24
- node-version: "18"
+ node-version: "20"
25
26
- name: Install vsce
27
run: npm install -g vsce
@@ -49,7 +49,7 @@ jobs:
49
50
51
52
53
54
55
.github/workflows/test-package.yml
0 commit comments