feat: prepare for 1.85 (#1706)

This commit is contained in:
Baptiste Augrain
2023-10-31 12:39:06 +01:00
committed by GitHub
parent f38ad8b6a2
commit 49583eb39d
10 changed files with 97 additions and 95 deletions

View File

@@ -44,7 +44,7 @@ jobs:
matrix:
vscode_arch:
- x64
- ia32
# - ia32
- arm64
outputs:
RELEASE_VERSION: ${{ env.RELEASE_VERSION }}
@@ -54,7 +54,7 @@ jobs:
- uses: actions/checkout@v4
- name: Setup Node.js environment
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '18.17'
@@ -64,7 +64,7 @@ jobs:
- name: Setup Python 3
uses: actions/setup-python@v4
with:
python-version: '3.x'
python-version: '3.11'
- name: Clone VSCode repo
run: ./get_repo.sh