use node 16 for GitHub actions (#198)

This commit is contained in:
Ben Potter 2023-02-08 14:16:09 -06:00 committed by GitHub
parent b505256cae
commit 52091b68af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 12.x
node-version: 16.x
- name: Install Node.js modules
run: yarn install