Skip to content

Commit

Permalink
fix: use node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyar committed Jul 7, 2023
1 parent f7f0247 commit 0eecc46
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 18
cache: "yarn"

- name: Install dependencies
Expand All @@ -63,7 +63,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 18
cache: "yarn"

- name: Install dependencies
Expand Down
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
"name": "@venusprotocol/venus-protocol",
"version": "3.0.0-dev.12",
"description": "The Venus Money Market",
"repository": "[email protected]:VenusProtocol/venus-protocol.git",
"author": "Venus",
"license": "BSD-3-Clause",
"engines": {
"node": ">=18.x.x"
},
"files": [
"artifacts",
"networks",
Expand All @@ -22,9 +28,6 @@
"docgen": "hardhat docgen",
"prepare": "husky install"
},
"repository": "[email protected]:VenusProtocol/venus-protocol.git",
"author": "Venus",
"license": "BSD-3-Clause",
"dependencies": {
"@openzeppelin/contracts": "^4.8.3",
"@openzeppelin/contracts-upgradeable": "^4.8.0",
Expand Down

0 comments on commit 0eecc46

Please sign in to comment.