mirror of
https://gitea.com/actions/setup-maven.git
synced 2025-11-06 02:26:19 +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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user