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
3 changed files with 5 additions and 5 deletions

View File

@ -67,6 +67,6 @@ outputs:
path:
description: 'Path to where the java environment has been installed (same as $JAVA_HOME)'
runs:
using: 'node12'
using: 'node16'
main: 'dist/setup/index.js'
post: 'dist/cleanup/index.js'