Skip to content

Commit

Permalink
PWA-3216::upgarding node 14 to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
glo82145 committed Jun 10, 2024
1 parent 8c58640 commit b2862c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 24,881 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"url": "https://github.com/magento/pwa-studio/issues"
},
"scripts": {
"build": "yarn venia run build",
"build": "set NODE_OPTIONS=--openssl-legacy-provider && yarn venia run build",
"build:dev": "yarn venia run build:dev",
"clean:all": "yarn workspaces run -s clean && rimraf ./node_modules",
"clean:dist": "yarn workspaces run clean",
Expand All @@ -43,8 +43,7 @@
"validate-queries": "graphql validate --keepClientFields --noStrictFragments",
"venia": "yarn workspace @magento/venia-concept",
"watch:all": "node scripts/watch-all.js",
"watch:venia": "yarn venia run watch",
"start": "react-scripts --openssl-legacy-provider start"
"watch:venia": "yarn venia run watch"
},
"dependencies": {
"caniuse-lite": "~1.0.30001335",
Expand Down
Loading

0 comments on commit b2862c4

Please sign in to comment.