mirror of
https://github.com/actions/setup-java.git
synced 2025-04-22 02:46:46 +00:00
Update Default runtime to node16 (#290)
This commit is contained in:
parent
a12e082d83
commit
8444fbbe8b
3 changed files with 5 additions and 5 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue