chore: bump node and npm (#232)

This commit is contained in:
Shohei Ueda
2020-04-14 10:31:15 +09:00
committed by GitHub
parent ddf2c5b9f1
commit 8dd38bec4d

View File

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