update to node16

This commit is contained in:
Thomas Boop
2022-02-28 12:59:51 -05:00
parent 77ad32cf2c
commit 571a71ff01
2 changed files with 3 additions and 3 deletions

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'