We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e424ef commit dba0650Copy full SHA for dba0650
.github/workflows/vcstore.yaml
@@ -26,7 +26,7 @@ jobs:
26
- name: Install Node.js
27
uses: actions/setup-node@v3
28
with:
29
- node-version: 16.x
+ node-version: 18.x
30
31
- run: npm install -g vsce
32
- run: npm install
0 commit comments