feat: update to node16

This commit is contained in:
GitHub Actions 2022-05-11 13:20:05 +02:00
parent 19c4c8f761
commit e1f37af978
No known key found for this signature in database
GPG Key ID: 0F5535005610947A
3 changed files with 3 additions and 3 deletions

View File

@ -27,5 +27,5 @@ inputs:
required: false
default: 'README.md'
runs:
using: 'node12'
using: 'node16'
main: 'index.js'

2
package-lock.json generated
View File

@ -30,7 +30,7 @@
"@semantic-release/release-notes-generator": "^10.0.3",
"@types/ejs": "^3.1.0",
"@types/got": "^9.6.12",
"@types/node": "^17.0.31",
"@types/node": "^17.0.32",
"@types/sinon": "^10.0.11",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",

View File

@ -34,7 +34,7 @@
"@semantic-release/release-notes-generator": "^10.0.3",
"@types/ejs": "^3.1.0",
"@types/got": "^9.6.12",
"@types/node": "^17.0.31",
"@types/node": "^17.0.32",
"@types/sinon": "^10.0.11",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",