deps: Bump npm to v7 (#564)

And updated engines field

cf. [npm 7 is now generally available! - The GitHub Blog](https://github.blog/2021-02-02-npm-7-is-now-generally-available/)
This commit is contained in:
Shohei Ueda 2021-02-03 16:49:49 +09:00 committed by GitHub
parent 9b425f80df
commit 1d14b37db2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11065 additions and 31 deletions

11092
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -4,8 +4,8 @@
"description": "GitHub Actions for GitHub Pages", "description": "GitHub Actions for GitHub Pages",
"main": "lib/index.js", "main": "lib/index.js",
"engines": { "engines": {
"node": ">=12.16.3", "node": ">=12.20.1",
"npm": ">=6.14.4" "npm": ">=7.5.2"
}, },
"scripts": { "scripts": {
"all": "npm run format && npm run lint && npm test", "all": "npm run format && npm run lint && npm test",