feat(node)!: bump node to node20

This commit is contained in:
Branden Cash
2024-01-24 13:06:12 -07:00
parent 07fbbe97d9
commit d90de66ecf
3 changed files with 27 additions and 11 deletions

View File

@@ -6,5 +6,5 @@ inputs:
description: 'Version Spec of the version to use. Examples: 10.x, 10.15.1, >=10.15.0'
default: '3.8.2'
runs:
using: 'node16'
using: 'node20'
main: 'lib/setup-maven.js'