Skip to content

Commit

Permalink
Bump node to v14
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro committed Aug 30, 2021
1 parent 8c2ea47 commit 037756e
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mainnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node 12
- name: Use Node 14
uses: actions/setup-node@v2
with:
node-version: '12'
node-version: '14'
- name: Install dependencies
run: yarn
- name: Build site
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node 12
- name: Use Node 14
uses: actions/setup-node@v2
with:
node-version: '12'
node-version: '14'
- name: Install dependencies
run: yarn
- name: Build site
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node 12
- name: Use Node 14
uses: actions/setup-node@v2
with:
node-version: '12'
node-version: '14'
- name: Install dependencies
run: yarn
- name: Build site
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
14
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Thats why we created a Dapp to improve the user experience when using the token
## Project setup

### Pre requisites
This project needs [node](https://nodejs.org/en/) 12 or higher and [yarn](https://yarnpkg.com/getting-started/install) installed
This project needs [node](https://nodejs.org/en/) 14 or higher and [yarn](https://yarnpkg.com/getting-started/install) installed

### Install dependencies
```
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,8 @@
"> 1%",
"last 2 versions",
"not dead"
]
],
"engines": {
"node": "14"
}
}

0 comments on commit 037756e

Please sign in to comment.