Skip to content

Commit

Permalink
chore(node): bump node version to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
innocces committed Jul 25, 2024
1 parent 4fd3e69 commit 30281ad
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
19 changes: 15 additions & 4 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
registry=https://registry.npmmirror.com
puppeteer_download_host=https://npmmirror.com/mirrors

strict-peer-dependencies=false
enable-pre-post-scripts=true
auto-install-peers=true
allow-same-version=true
link-workspace-packages=true
prefer-workspace-packages=true

strict-peer-dependencies=false
auto-install-peers=true

use-node_version=18.20.3
save-workspace-protocol=rolling
save-prefix=*
prefer-workspace-packages=true
include-workspace-root=true
link-workspace-packages=true
hoist-workspace-packages=false
update-notifier=false

package-manager-strict=false

use-lockfile-v6=true

message="chore(release): publish %s"
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.15.1
18.20.3
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"zx": "^6.2.5"
},
"engines": {
"node": ">=16.0.0",
"node": ">=18.0.0",
"pnpm": ">=8"
},
"repository": {
Expand Down

0 comments on commit 30281ad

Please sign in to comment.