pin node and npm versions
Showing
.nvmrc
0 → 100644
... | @@ -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", | ||
... | ... |
Please register or sign in to comment