mirror of
https://github.com/actions/add-to-project.git
synced 2025-12-12 21:17:11 +00:00
Use node16 runtime
This commit is contained in:
@@ -45,7 +45,7 @@ jobs:
|
|||||||
## Development
|
## Development
|
||||||
|
|
||||||
To get started contributing to this project, clone it and install dependencies.
|
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).
|
of Node (see "engines" in this action's package.json for details).
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
|||||||
2
package-lock.json
generated
2
package-lock.json
generated
@@ -29,7 +29,7 @@
|
|||||||
"typescript": "^4.5.5"
|
"typescript": "^4.5.5"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=12.0.0 <17.0.0",
|
"node": ">=16.0.0 <17.0.0",
|
||||||
"npm": ">= 7.0.0"
|
"npm": ">= 7.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
"@actions/github": "^5.0.0"
|
"@actions/github": "^5.0.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=12.0.0 <17.0.0",
|
"node": ">=16.0.0 <17.0.0",
|
||||||
"npm": ">= 7.0.0"
|
"npm": ">= 7.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user