[GHA] JDK 21 for VSCode, Eclipse LS extensions

This commit is contained in:
aboyko
2024-11-19 13:52:27 -05:00
parent a73b78e325
commit c81c52be7c
7 changed files with 13 additions and 13 deletions

View File

@@ -27,10 +27,10 @@ jobs:
runs-on: ubuntu-latest
name: Publish '${{ inputs.extension-name }}-${{ inputs.version }}-${{ inputs.postfix }}.vsix'
steps:
- name: Use Node.js 20.x
- name: Use Node.js 22.x
uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 22.x
- name: Download Release VSIX
id: download-release
run: |