Skip to content

Commit bcb4be2

Browse files
committed
Pin Node.js version in size report workflow
Adds setup-node to size.yml so it doesn't rely on whatever Node ships on ubuntu-latest, consistent with the other workflows. Made-with: Cursor
1 parent d13c687 commit bcb4be2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/size.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ jobs:
77
CI_JOB_NUMBER: 1
88
steps:
99
- uses: actions/checkout@v4
10+
- uses: actions/setup-node@v4
11+
with:
12+
node-version: 'lts/*'
13+
cache: 'npm'
1014
- run: npm ci
1115
- uses: andresz1/size-limit-action@v1
1216
with:

0 commit comments

Comments
 (0)