Skip to content

Commit

Permalink
Downgrading required Node and Yarn versions.
Browse files Browse the repository at this point in the history
Bringing the Node and Yarn versions in line with the main Jetpack repo.

Co-authored-by: Jeremy Herve <jeremy@jeremy.hu>
  • Loading branch information
sergeymitr and jeherve committed Jan 22, 2021
1 parent 716ff3d commit ad0bc7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/packages/connection-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"jest": "26.6.3"
},
"engines": {
"node": "^12.19.1",
"yarn": "^1.22.10"
"node": "^12.18.0",
"yarn": "^1.3.2"
}
}

0 comments on commit ad0bc7a

Please sign in to comment.