File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 2323 - uses : actions/setup-node@v4
2424 with :
2525 node-version : 24
26+ cache : npm
2627 - run : npm ci
2728 - run : npm run build --workspaces --if-present
2829 - run : rm -rf node_modules
Original file line number Diff line number Diff line change 99 - uses : actions/setup-node@v4
1010 with :
1111 node-version : 24
12+ cache : npm
1213 - run : npm install
1314 - run : npm run build
1415 - run : npm run check --workspaces --if-present
Original file line number Diff line number Diff line change 1313 - uses : actions/setup-node@v4
1414 with :
1515 node-version : 24
16+ cache : npm
1617 - uses : preactjs/compressed-size-action@v2
1718 with :
1819 compression : brotli
Original file line number Diff line number Diff line change 1212 - uses : actions/setup-node@v4
1313 with :
1414 node-version : 24
15+ cache : npm
1516 - run : npm ci
1617 - run : npm run build
1718 - name : Disable AppArmor for chromium
You can’t perform that action at this time.
0 commit comments