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
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -23,10 +23,10 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Set Node.js 12.x - name: Set Node.js 16.x
uses: actions/[email protected] uses: actions/[email protected]
with: with:
node-version: 12.x node-version: 16.x
- name: Install dependencies - name: Install dependencies
run: npm ci run: npm ci
+1 -1
View File
@@ -9,5 +9,5 @@ outputs:
time: # output will be available to future steps time: # output will be available to future steps
description: 'The current time after waiting' description: 'The current time after waiting'
runs: runs:
using: 'node12' using: 'node16'
main: 'dist/index.js' main: 'dist/index.js'