Skip to content

Commit

Permalink
🎢 Upgrade to pnpm v7 (#745)
Browse files Browse the repository at this point in the history
  • Loading branch information
yivlad committed Jun 8, 2022
1 parent 0f1b253 commit b21809a
Show file tree
Hide file tree
Showing 4 changed files with 84 additions and 26 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
test-node:
strategy:
matrix:
node: ["12.17", "14.x", "16.x"]
node: ["14.x", "16.x"]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -17,7 +17,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- run: npm i -g pnpm@6.32.6
- run: npm i -g pnpm@7.1.9
- name: Cache
uses: actions/cache@v2
with:
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 16.14
- run: npm i -g pnpm@6.20.3
- run: npm i -g pnpm@7.1.9
- run: pnpm install --frozen-lockfile
- name: linter
run: pnpm install && pnpm run lint
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/setup-node@v3.0.0
with:
node-version: 16.x
- run: npm i -g pnpm@6.32.6
- run: npm i -g pnpm@7.1.9
- name: Install Dependencies
run: pnpm install --frozen-lockfile

Expand Down
95 changes: 76 additions & 19 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions waffle-hardhat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,14 @@
"node": ">=10.0"
},
"devDependencies": {
"@ethereum-waffle/chai": "workspace:*",
"@nomiclabs/hardhat-ethers": "^2.0.3",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@types/node": "^17.0.41",
"eslint": "^7.14.0",
"ethereum-waffle": "workspace:*",
"@ethereum-waffle/chai": "workspace:*",
"ethers": "5.6.2",
"hardhat": "^2.9.2",
"mocha": "^8.2.1",
"eslint": "^7.14.0"
"mocha": "^8.2.1"
}
}

0 comments on commit b21809a

Please sign in to comment.