Skip to content

Commit

Permalink
chore: Ensure volta is setup for all packages (#6034)
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Oct 25, 2022
1 parent 3ff9527 commit 718d999
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/e2e-tests/package.json
Expand Up @@ -25,5 +25,8 @@
"ts-node": "10.9.1",
"typescript": "3.8.3",
"yaml": "2.1.1"
},
"volta": {
"extends": "../../package.json"
}
}
3 changes: 3 additions & 0 deletions packages/integration-tests/package.json
Expand Up @@ -32,5 +32,8 @@
"playwright": "^1.17.1",
"typescript": "^4.5.2",
"webpack": "^5.52.0"
},
"volta": {
"extends": "../../package.json"
}
}
3 changes: 3 additions & 0 deletions packages/node-integration-tests/package.json
Expand Up @@ -41,5 +41,8 @@
"preferGlobalPath": true,
"runtimeDownload": false
}
},
"volta": {
"extends": "../../package.json"
}
}

0 comments on commit 718d999

Please sign in to comment.