-
-
Notifications
You must be signed in to change notification settings - Fork 794
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update node.js to v18.16.1 (#108)
* chore(deps): update node.js to v18.16.1 * chore: removes node version from .npmrc --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ahmed Elsakan <[email protected]>
- Loading branch information
1 parent
6e7c19c
commit e1a14de
Showing
2 changed files
with
2 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
engine-strict=true | ||
prefer-workspace-packages=true | ||
use-node-version=18.16.0 | ||
node-linker=hoisted |
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 |
---|---|---|
|
@@ -48,11 +48,11 @@ | |
}, | ||
"packageManager": "[email protected]", | ||
"engines": { | ||
"node": ">=18.16.0", | ||
"node": ">=v18.16.1", | ||
"pnpm": ">=8.6.2" | ||
}, | ||
"volta": { | ||
"node": "18.16.0", | ||
"node": "18.16.1", | ||
"pnpm": "8.6.2" | ||
}, | ||
"pnpm": { | ||
|