Skip to content

Commit 2103fc1

Browse files
committed
Setup Node in release workflows
1 parent e226443 commit 2103fc1

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/release.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,13 @@ jobs:
127127
env:
128128
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}
129129
steps:
130+
- name: Checkout
131+
uses: actions/checkout@v4
132+
133+
- uses: actions/setup-node@v4
134+
with:
135+
node-version-file: extensions/ql-vscode/.nvmrc
136+
130137
- name: Download artifact
131138
uses: actions/download-artifact@v4
132139
with:
@@ -144,6 +151,13 @@ jobs:
144151
env:
145152
OPEN_VSX_TOKEN: ${{ secrets.OPEN_VSX_TOKEN }}
146153
steps:
154+
- name: Checkout
155+
uses: actions/checkout@v4
156+
157+
- uses: actions/setup-node@v4
158+
with:
159+
node-version-file: extensions/ql-vscode/.nvmrc
160+
147161
- name: Download artifact
148162
uses: actions/download-artifact@v4
149163
with:

0 commit comments

Comments
 (0)