Merge pull request #195 from actions/thboop/node16upgrade

Update to Node16
This commit is contained in:
Thomas Boop 2022-02-28 16:18:59 -05:00 committed by GitHub
commit 03c3ae8c48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 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@v2.5.1
with:
node-version: 12.x
node-version: 16.x
- name: Install dependencies
run: npm ci

View File

@ -9,5 +9,5 @@ outputs:
time: # output will be available to future steps
description: 'The current time after waiting'
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'