Skip to content

Commit

Permalink
chore: pin node < v22
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranjamie committed Sep 25, 2024
1 parent 32b064f commit 27f3b67
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
"name": "Leather Wallet LLC"
},
"type": "module",
"engineStrict": true,
"engines": {
"node": ">=18.0.0 <22.0.0"
},
"scripts": {
"dev": "concurrently --raw \"node webpack/dev-server.js\" \"redux-devtools --hostname=localhost --port=8000\"",
"dev:test-app": "webpack serve --config test-app/webpack/webpack.config.dev.cjs",
Expand Down

0 comments on commit 27f3b67

Please sign in to comment.