mirror of
https://github.com/stCarolas/setup-maven.git
synced 2024-11-22 19:06:07 +08:00
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:
parent
021645c4b6
commit
564f523965
@ -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'
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user