Skip to content

Commit

Permalink
ci: add matching npm for node
Browse files Browse the repository at this point in the history
  • Loading branch information
boeckMt committed May 16, 2022
1 parent 2df4e23 commit da1260d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,6 @@
],
"engines": {
"node": ">= 14.15.0",
"npm": ">= 6.14.8"
"npm": ">= 7.5.6"
}
}
2 changes: 1 addition & 1 deletion scripts/library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"engines": {
"node": ">= 14.15.0",
"npm": ">= 6.14.8"
"npm": ">= 7.5.6"
},
"devDependencies": {
"@types/toposort": "^2.0.3"
Expand Down

0 comments on commit da1260d

Please sign in to comment.