Skip to content

Commit 23849ca

Browse files
committed
ci(publish): explicitly install node 20
OVSX requires Node 20, so we'll explicitly require Node 20 in the workflow instead of relying on the pre-installed one.
1 parent f652a3c commit 23849ca

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/~publish-to-ovsx-registry.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
1919
with:
2020
name: biome.vsix
21+
- name: Setup Node
22+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
23+
with:
24+
node-version: 20
2125
- name: Setup PNPM
2226
uses: pnpm/action-setup@v4
2327
with:

.github/workflows/~publish-to-vs-marketplace.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
2020
with:
2121
name: biome.vsix
22+
- name: Setup Node
23+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
24+
with:
25+
node-version: 20
2226
- name: Setup PNPM
2327
uses: pnpm/action-setup@v4
2428
with:

0 commit comments

Comments
 (0)