Skip to content

Commit fd5474b

Browse files
committed
Fix: Update/install newer version of Node to get newer version of vsce.
1 parent 8513847 commit fd5474b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
submodules: recursive
123123
- uses: actions/setup-node@v4
124124
with:
125-
node-version: 20
125+
node-version: 23
126126
- name: Install Rust non-interactively if not already installed
127127
if: ${{ matrix.container }}
128128
run: |
@@ -188,6 +188,9 @@ jobs:
188188
with:
189189
persist-credentials: false
190190
submodules: recursive
191+
- uses: actions/setup-node@v4
192+
with:
193+
node-version: 23
191194
- name: Install cached dist
192195
uses: actions/download-artifact@v4
193196
with:

0 commit comments

Comments
 (0)