diff --git a/package.json b/package.json index b23cbfb..1f1366d 100644 --- a/package.json +++ b/package.json @@ -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",