Skip to content

Commit aca97a3

Browse files
authored
chore: enabled back preactjs/compressed-size-action@v2 action (#1667)
Provide node flags to enabled running the action again
1 parent d29e9f3 commit aca97a3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/size.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,8 @@ jobs:
1717
- uses: actions/checkout@v4
1818

1919
- uses: preactjs/compressed-size-action@v2
20+
env:
21+
NODE_OPTIONS: --max_old_space_size=4096
22+
YARN_IGNORE_ENGINES: 'true' # Skip validation for node20 requirement
2023
with:
2124
repo-token: '${{ secrets.GITHUB_TOKEN }}'

0 commit comments

Comments
 (0)