Skip to content
This repository has been archived by the owner on Oct 7, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1 from utsushiiro/add-support-for-node-v14
Browse files Browse the repository at this point in the history
Add support for Node.js v14
  • Loading branch information
yuki-takei authored Jun 16, 2020
2 parents 494b3da + ade53c9 commit c63acb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"prettier-stylelint": "^0.4.2"
},
"engines": {
"node": ">=8.11.1 <13",
"node": ">=8.11.1 <15",
"npm": ">=5.6.0 <7",
"yarn": ">=1.5.1 <2"
}
Expand Down

0 comments on commit c63acb4

Please sign in to comment.