Upgrade Node.js to version 16
This commit is contained in:
parent
1cc65c3d37
commit
992b49799c
4 changed files with 16192 additions and 18 deletions
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 14
|
node-version: 16
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- run: npm test
|
- run: npm test
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 14
|
node-version: 16
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- run: npm run build:deploy
|
- run: npm run build:deploy
|
||||||
- run: echo "vanity-eth.tk" > dist/CNAME
|
- run: echo "vanity-eth.tk" > dist/CNAME
|
||||||
|
|
1
.nvmrc
Normal file
1
.nvmrc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
v16.20.1
|
|
@ -61,7 +61,7 @@ The keystore file is 100% compatible with MyEtherWallet, MetaMask, Mist, and get
|
||||||
## Build Vanity-ETH from source
|
## Build Vanity-ETH from source
|
||||||
|
|
||||||
A GitHub Action is in charge of building and deploying Vanity-ETH to GitHub pages automatically 🤖, but you can make
|
A GitHub Action is in charge of building and deploying Vanity-ETH to GitHub pages automatically 🤖, but you can make
|
||||||
your own build from source if you want
|
your own build from source if you want (you will need Node.js 16)
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone https://github.com/bokub/vanity-eth
|
git clone https://github.com/bokub/vanity-eth
|
||||||
|
|
16203
package-lock.json
generated
16203
package-lock.json
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue