Skip to content

Commit 61479db

Browse files
authored
chore: Bump deps & replace size-plugin-core (#138)
* chore: Bump Microbundle & Babel * chore: Switch to size plugin fork * chore: Holy cow, effortless jest bump w/ esm support?! * chore: Bump CI & target Node runtime * ci: Set default * fix: Ensure we get sizes before resetting repo
1 parent 5ede6cf commit 61479db

6 files changed

Lines changed: 6840 additions & 8912 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@ jobs:
77
name: Build & Test
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v3
11-
- uses: actions/setup-node@v4
10+
- uses: actions/checkout@v5
11+
- uses: actions/setup-node@v6
12+
with:
13+
node-version: 24
14+
cache: 'npm'
1215
- run: npm ci
1316
- run: npm run build
1417
- run: npm test

action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ inputs:
1919
default: 'build'
2020
compression:
2121
description: 'The compression algorithm to use: "gzip" or "brotli"'
22+
default: 'gzip'
2223
show-total:
2324
description: 'Show total size and difference.'
2425
default: 'true'
@@ -47,5 +48,5 @@ inputs:
4748
default: 'Filename:asc'
4849

4950
runs:
50-
using: 'node20'
51+
using: 'node24'
5152
main: 'index.js'

0 commit comments

Comments
 (0)