Skip to content

Commit fdab883

Browse files
authored
[small] Upgraded node version since it was incompatible with vsce (#2737)
## Summary upgraded github action node version for vscode extension release (requires node versions higher than 18) see https://github.com/jetify-com/devbox/actions/runs/18883516801/job/53892792809 for failed publish action. ## How was it tested? not tested ## Community Contribution License All community contributions in this pull request are licensed to the project maintainers under the terms of the [Apache 2 License](https://www.apache.org/licenses/LICENSE-2.0). By creating this pull request, I represent that I have the right to license the contributions to the project maintainers under the Apache 2 License as stated in the [Community Contribution License](https://github.com/jetify-com/opensource/blob/main/CONTRIBUTING.md#community-contribution-license).
1 parent 3a1050a commit fdab883

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/vscode-ext-release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
environment: release
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v4
15-
- name: Setup NodeJS 18
16-
uses: actions/setup-node@v4
14+
uses: actions/checkout@v5
15+
- name: Setup NodeJS 24
16+
uses: actions/setup-node@v5
1717
with:
18-
node-version: 18
18+
node-version: 24
1919
- name: Install dependencies
2020
run: |
2121
npm install -g yarn

0 commit comments

Comments
 (0)