Skip to content

Commit 5490371

Browse files
committed
chore: skip engine checks when running preactjs/compressed-size-action@v2
1 parent c691b40 commit 5490371

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
@@ -16,6 +16,9 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818
- uses: preactjs/compressed-size-action@v2
19+
env:
20+
NODE_OPTIONS: --max_old_space_size=4096
21+
YARN_IGNORE_ENGINES: 'true' # Skip validation for node20 requirement
1922
with:
2023
repo-token: '${{ secrets.GITHUB_TOKEN }}'
2124
pattern: './dist/**/*.{js,cjs,css,json}'

0 commit comments

Comments
 (0)