Use Node 16

See [GitHub Actions: All Actions will begin running on Node16 instead of Node12](https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/)
This commit is contained in:
Peter Thorin 2022-10-10 11:15:35 +02:00
parent 021645c4b6
commit 564f523965
2 changed files with 2 additions and 2 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: 'node12'
using: 'node16'
main: 'lib/setup-maven.js'

View File

@ -25,7 +25,7 @@
"semver": "^6.1.1"
},
"devDependencies": {
"@types/node": "^12.0.4",
"@types/node": "^16.11.7",
"@types/semver": "^6.0.0",
"husky": "^2.3.0",
"prettier": "^1.17.1",