Update Default runtime to node16 (#290)

This commit is contained in:
Thomas Boop 2022-02-22 03:27:25 -05:00 committed by GitHub
parent a12e082d83
commit 2e1dfa1fb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -23,10 +23,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set Node.js 12.x
- name: Set Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 16.x
- name: Install dependencies
run: npm ci