Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
support node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoMcA committed Oct 25, 2023
1 parent 8c887da commit e6b9c22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16
v18
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"license": "MPL-2.0",
"scripts": {
"push": "git subtree push --prefix dist origin gh-pages",
"analyze": "NODE_ENV=production NODE_MODE=analyze webpack --config=config/webpack.config.js --display-error-details --progress --colors",
"compile": "NODE_ENV=production webpack --config=config/webpack.config.js --display-error-details --progress --colors",
"watch": "NODE_ENV=development webpack --config=config/webpack.config.js --watch --display-error-details --progress --colors"
"analyze": "NODE_ENV=production NODE_MODE=analyze NODE_OPTIONS=--openssl-legacy-provider webpack --config=config/webpack.config.js --display-error-details --progress --colors",
"compile": "NODE_ENV=production NODE_OPTIONS=--openssl-legacy-provider webpack --config=config/webpack.config.js --display-error-details --progress --colors",
"watch": "NODE_ENV=development NODE_OPTIONS=--openssl-legacy-provider webpack --config=config/webpack.config.js --watch --display-error-details --progress --colors"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit e6b9c22

Please sign in to comment.