Skip to content

Commit 7c8317b

Browse files
committed
🔁 Increase minimumReleaseAge to 7 Days in pnpm-workspace.yaml
Signed-off-by: pcaversaccio <pascal.caversaccio@hotmail.ch>
1 parent 4b0a75e commit 7c8317b

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"engines": {
2626
"node": ">=14.0.0"
2727
},
28-
"packageManager": "pnpm@11.0.9",
28+
"packageManager": "pnpm@11.1.1",
2929
"scripts": {
3030
"prettier:check": "prettier -c \"**/*.{js,ts,md,sol,json,yml,yaml}\"",
3131
"prettier:fix": "prettier -w \"**/*.{js,ts,md,sol,json,yml,yaml}\"",
@@ -68,3 +68,4 @@
6868
"hardhat": "^2.28.6"
6969
}
7070
}
71+

pnpm-workspace.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
minimumReleaseAge: 720 # Only install package versions that have been published for at least 12 hours.
1+
minimumReleaseAge: 10080 # Only install package versions that have been published for at least 7 days.
22
minimumReleaseAgeStrict: true
33
allowBuilds:
44
keccak: true
55
secp256k1: true
6+

0 commit comments

Comments
 (0)