feat: update to 1.78 (#1500)

This commit is contained in:
Baptiste Augrain
2023-05-10 02:30:07 +02:00
committed by GitHub
parent 94ab319d86
commit 7afbfe03ad
22 changed files with 3714 additions and 2242 deletions

View File

@@ -84,7 +84,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 16.17
- name: Install Yarn
run: npm install -g yarn
@@ -128,10 +128,10 @@ jobs:
image: vscodium/vscodium-linux-build-agent:bionic-x64
- vscode_arch: arm64
npm_arch: arm64
image: vscodium/vscodium-linux-build-agent:stretch-arm64
- vscode_arch: armhf
npm_arch: armv7l
image: vscodium/vscodium-linux-build-agent:stretch-armhf
image: vscodium/vscodium-linux-build-agent:buster-arm64
# - vscode_arch: armhf
# npm_arch: armv7l
# image: vscodium/vscodium-linux-build-agent:buster-armhf
container:
image: ${{ matrix.image }}
env:
@@ -154,7 +154,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 16.17
- name: Install Yarn
run: npm install -g yarn