Skip to content

Commit

Permalink
chore(gha): declare pnpm corepack version once
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbeckers committed Jun 11, 2024
1 parent 2f6c788 commit 45c3e27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,5 @@
},
"dependencies": {
"hardhat": "^2.18.3"
},
"packageManager": "[email protected]+sha256.94fab213df221c55b6956b14a2264c21c6203cca9f0b3b95ff2fe9b84b120390"
}
}
3 changes: 1 addition & 2 deletions cors-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@
"lint:eslint": "eslint --ignore-path ../.gitignore --max-warnings 0 --cache .",
"lint:prettier": "prettier --ignore-path ../.gitignore --loglevel warn --check **/*.ts",
"test": "vitest run"
},
"packageManager": "[email protected]+sha256.94fab213df221c55b6956b14a2264c21c6203cca9f0b3b95ff2fe9b84b120390"
}
}

0 comments on commit 45c3e27

Please sign in to comment.