We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c691b40 commit 5490371Copy full SHA for 5490371
.github/workflows/size.yml
@@ -16,6 +16,9 @@ jobs:
16
steps:
17
- uses: actions/checkout@v4
18
- 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
22
with:
23
repo-token: '${{ secrets.GITHUB_TOKEN }}'
24
pattern: './dist/**/*.{js,cjs,css,json}'
0 commit comments