-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: align expected node engine with volta (#7998)
**Related Issue:** n/a ## Summary Trying to build the Calcite Design System packages with node 16 fails. Removing the node>engine from <root>/package.json and updating the docs to direct contributors to reference Volta for their node development enviornment.
- Loading branch information
1 parent
0e1fefb
commit 8eafa56
Showing
2 changed files
with
1 addition
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -111,9 +111,6 @@ | |
"workbox-build": "7.0.0" | ||
}, | ||
"license": "SEE LICENSE.md", | ||
"engines": { | ||
"node": ">=16.0.0" | ||
}, | ||
"packageManager": "[email protected]", | ||
"volta": { | ||
"node": "18.18.0", | ||
|