Set nodejs version to 16

This commit is contained in:
Quinten 2023-03-15 18:27:53 +01:00 committed by GitHub
parent dee6a8b246
commit d78769743e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Install dependencies
run: yarn install --frozen-lockfile