Skip to content

Commit

Permalink
fix(dep): node version
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbeckers committed Jun 6, 2024
1 parent f083620 commit 71df388
Show file tree
Hide file tree
Showing 4 changed files with 378 additions and 375 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ jobs:
uses: pnpm/action-setup@v4
with:
version: 9.1.1
- name: Set up Node.js 20
- name: Set up Node.js 18
uses: actions/setup-node@v4
with:
node-version: "20.9.0"
node-version: "18.18.1"
cache: "pnpm"
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
uses: pnpm/action-setup@v4
with:
version: 9.1.1
- name: Set up Node.js 20
- name: Set up Node.js 18.18.1
uses: actions/setup-node@v4
with:
node-version: "20.9.0"
node-version: "18.18.1"
cache: "pnpm"
- name: Install
run: pnpm install --frozen-lockfile
Expand Down
12 changes: 5 additions & 7 deletions contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,24 +32,22 @@
"@chainlink/contracts": "^0.8.0",
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@dlsl/hardhat-markup": "^1.0.0-rc.7",
"@looksrare/contracts-libs": "^3.4.0",
"@nomicfoundation/hardhat-chai-matchers": "^2.0.7",
"@nomicfoundation/hardhat-ethers": "^3.0.6",
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@nomicfoundation/hardhat-viem": "^2.0.2",
"@openzeppelin/contracts": "^4.9.3",
"@openzeppelin/defender-sdk": "^1.4.0",
"@openzeppelin/hardhat-upgrades": "2.3.3",
"@openzeppelin/defender-sdk": "^1.13.3",
"@openzeppelin/hardhat-upgrades": "3.1.1",
"@primitivefi/hardhat-dodoc": "^0.2.3",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@tenderly/hardhat-tenderly": "^2.1.0",
"@trivago/prettier-plugin-sort-imports": "^3.3.0",
"@types/node": "^18.11.11",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"@types/node": "^18.18.1",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"commitizen": "^4.2.5",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
Expand Down
Loading

0 comments on commit 71df388

Please sign in to comment.