Use node16 runtime

This commit is contained in:
Jonathan Clem
2022-02-16 10:15:42 -05:00
parent 669e7b42dc
commit 62a16d0b8d
3 changed files with 3 additions and 3 deletions

View File

@@ -45,7 +45,7 @@ jobs:
## Development
To get started contributing to this project, clone it and install dependencies.
Note that this action runs in Node.js 12.x, so we recommend using that version
Note that this action runs in Node.js 16.x, so we recommend using that version
of Node (see "engines" in this action's package.json for details).
```shell

2
package-lock.json generated
View File

@@ -29,7 +29,7 @@
"typescript": "^4.5.5"
},
"engines": {
"node": ">=12.0.0 <17.0.0",
"node": ">=16.0.0 <17.0.0",
"npm": ">= 7.0.0"
}
},

View File

@@ -8,7 +8,7 @@
"@actions/github": "^5.0.0"
},
"engines": {
"node": ">=12.0.0 <17.0.0",
"node": ">=16.0.0 <17.0.0",
"npm": ">= 7.0.0"
},
"devDependencies": {