-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(gha): declare pnpm corepack version once
- Loading branch information
1 parent
2f6c788
commit 45c3e27
Showing
2 changed files
with
2 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -110,6 +110,5 @@ | |
}, | ||
"dependencies": { | ||
"hardhat": "^2.18.3" | ||
}, | ||
"packageManager": "[email protected]+sha256.94fab213df221c55b6956b14a2264c21c6203cca9f0b3b95ff2fe9b84b120390" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
} | ||
} |