Skip to content

Commit 8fa3d5a

Browse files
Merge pull request #9092 from cfpb/ans_yarn_416
Bump yarn to 4.16.0 | add 3d npmMinimalAgeGate cool down
2 parents 145e69e + eec2812 commit 8fa3d5a

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

.yarnrc.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ enableTelemetry: false
1212

1313
nodeLinker: node-modules
1414

15+
npmMinimalAgeGate: '3d'
16+
17+
npmPreapprovedPackages:
18+
- '@cfpb/*'
19+
1520
# We need to cache binaries for different architectures
1621
# so that GitHub Actions can find the binary for its platform.
1722
supportedArchitectures:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,5 @@
7575
"cfgov/unprocessed/apps/*"
7676
],
7777
"type": "module",
78-
"packageManager": "yarn@4.14.1"
78+
"packageManager": "yarn@4.16.0"
7979
}

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Manual changes might be lost - proceed with caution!
33

44
__metadata:
5-
version: 9
5+
version: 10
66
cacheKey: 10c0
77

88
"@asamuzakjp/css-color@npm:^3.2.0":

0 commit comments

Comments
 (0)