Merge remote-tracking branch 'origin/master' into 2.6.0

This commit is contained in:
Jeremy Benoist
2022-06-09 11:33:05 +02:00
24 changed files with 1180 additions and 1232 deletions

View File

@ -22,7 +22,7 @@ jobs:
- name: "Install Node"
uses: actions/setup-node@v3
with:
node-version: "12"
node-version: "16"
- name: "Install dependencies with Yarn"
run: "yarn install"