Commit 4a31165a authored by tom's avatar tom

pin node and npm versions

parent 9413a344
...@@ -2,6 +2,11 @@ ...@@ -2,6 +2,11 @@
"name": "block-scout", "name": "block-scout",
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"homepage": "https://github.com/blockscout/frontend#readme",
"engines": {
"node": "16",
"npm": "8"
},
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev",
"build": "next build", "build": "next build",
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment