Skip to content

Commit 718d999

Browse files
authored
chore: Ensure volta is setup for all packages (#6034)
1 parent 3ff9527 commit 718d999

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

packages/e2e-tests/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,8 @@
2525
"ts-node": "10.9.1",
2626
"typescript": "3.8.3",
2727
"yaml": "2.1.1"
28+
},
29+
"volta": {
30+
"extends": "../../package.json"
2831
}
2932
}

packages/integration-tests/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,8 @@
3232
"playwright": "^1.17.1",
3333
"typescript": "^4.5.2",
3434
"webpack": "^5.52.0"
35+
},
36+
"volta": {
37+
"extends": "../../package.json"
3538
}
3639
}

packages/node-integration-tests/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,8 @@
4141
"preferGlobalPath": true,
4242
"runtimeDownload": false
4343
}
44+
},
45+
"volta": {
46+
"extends": "../../package.json"
4447
}
4548
}

0 commit comments

Comments
 (0)