Update Default runtime to node16 (#290)

This commit is contained in:
Thomas Boop 2022-02-22 03:27:25 -05:00 committed by Michal Dvořák
parent a12e082d83
commit 8444fbbe8b
No known key found for this signature in database
GPG key ID: 42E7AE26FA8092D2
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'