Skip to content

Commit

Permalink
Add package engines (#1840)
Browse files Browse the repository at this point in the history
* Add "engines.npm" to package.json

* Add "engines.node" to package.json files

* Update engines in docs/package-lock.json

* Add patch changeset for engines
  • Loading branch information
jclem committed Feb 4, 2022
1 parent 27dbca4 commit 1c4786c
Show file tree
Hide file tree
Showing 5 changed files with 27,081 additions and 51 deletions.
5 changes: 5 additions & 0 deletions .changeset/itchy-yaks-care.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@primer/react': patch
---

Set Node.js and npm versions to ">=12" and ">=7", respectively, in package.json manifests, and update package-lock.json files accordingly.
Loading

0 comments on commit 1c4786c

Please sign in to comment.