Skip to content

Commit 0eca235

Browse files
authored
Merge pull request #314 from crazy-max/fix-yarn-preapprove-actions-toolkit
chore: allow actions-toolkit to bypass yarn age gate
2 parents 451542b + ea66a41 commit 0eca235

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.yarnrc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ logFilters:
1414
- code: YN0086
1515
level: discard
1616

17+
npmPreapprovedPackages:
18+
- "@docker/actions-toolkit"
19+
1720
compressionLevel: mixed
1821
enableGlobalCache: false
1922
enableHardenedMode: true

0 commit comments

Comments
 (0)