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 f652a3c commit 23849caCopy full SHA for 23849ca
.github/workflows/~publish-to-ovsx-registry.yaml
@@ -18,6 +18,10 @@ jobs:
18
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
19
with:
20
name: biome.vsix
21
+ - name: Setup Node
22
+ uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
23
+ with:
24
+ node-version: 20
25
- name: Setup PNPM
26
uses: pnpm/action-setup@v4
27
.github/workflows/~publish-to-vs-marketplace.yaml
@@ -19,6 +19,10 @@ jobs:
28
0 commit comments