Bump GHA to NodeJS v16

This commit is contained in:
dklimpel 2022-07-30 13:18:22 +02:00 committed by Manuel Stahl
parent 472b13ec26
commit 08a7d5c0f6
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: |