Skip to content

Commit

Permalink
chore: bump node and npm (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris authored Apr 14, 2020
1 parent ddf2c5b commit 8dd38be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8dd38be

Please sign in to comment.