Skip to content

Commit

Permalink
[GHA] Node version 22 for vscode extensions build
Browse files Browse the repository at this point in the history
  • Loading branch information
BoykoAlex committed Nov 12, 2024
1 parent 39cef54 commit 8de5ea4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-vscode-extension-pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
with:
java-version: '17'
distribution: 'temurin'
- uses: actions/setup-node@v4
with:
node-version: 22
- name: Build .VSIX file
id: build-vsix
run: |
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release-vscode-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ jobs:
with:
java-version: '17'
distribution: 'temurin'
- uses: actions/setup-node@v4
with:
node-version: 22
- name: Build .VSIX file
id: build-vsix
run: |
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/snapshot-vscode-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
with:
java-version: '17'
distribution: 'temurin'
- uses: actions/setup-node@v4
with:
node-version: 22
- name: Build .VSIX file
id: build-vsix
env:
Expand Down

0 comments on commit 8de5ea4

Please sign in to comment.