Merge pull request #526 from QuintenQVD0/patch-2

Set nodejs version to 16
This commit is contained in:
Michael (Parker) Parker 2023-07-23 14:32:55 -04:00 committed by GitHub
commit 218e609563
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