We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67e60ce commit 067efd3Copy full SHA for 067efd3
.github/workflows/publish-to-openvsx.yml
@@ -20,10 +20,10 @@ jobs:
20
environment: Production
21
22
steps:
23
- - name: Use Node.js 18.x
+ - name: Use Node.js 22.x
24
uses: actions/setup-node@v4
25
with:
26
- node-version: 18.x
+ node-version: 22.x
27
28
- name: Download release
29
run: |
.github/workflows/publish-to-vscode.yml
- name: download release
0 commit comments