Merge branch 'master' into upgrade_react_scripts

This commit is contained in:
Dirk Klimpel 2022-09-07 09:14:30 +02:00 committed by GitHub
commit ef837cf3c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Run tests

View File

@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v2.3.1
- uses: actions/setup-node@v2
with:
node-version: "14"
node-version: "16"
- name: Install and Build 🔧
run: |
yarn install

View File

@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "14"
node-version: "16"
- run: yarn install
- run: yarn build
- run: |