Skip to content

Commit

Permalink
chore(deps): update node.js to v18.16.1 (#108)
Browse files Browse the repository at this point in the history
* 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
renovate[bot] and ixahmedxi committed Jun 25, 2023
1 parent 6e7c19c commit e1a14de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .npmrc
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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit e1a14de

Please sign in to comment.