Skip to content

Commit aab3656

Browse files
committed
ci(size): bump checkout and size-limit-action versions
actions/checkout@v1 is six years stale; pin size-limit-action to v1.8.0 instead of the floating v1 tag and add setup-node so the action's npm install has a consistent Node version.
1 parent 6e89238 commit aab3656

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/size.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ jobs:
66
env:
77
CI_JOB_NUMBER: 1
88
steps:
9-
- uses: actions/checkout@v1
10-
- uses: andresz1/size-limit-action@v1
9+
- uses: actions/checkout@v4
10+
- uses: actions/setup-node@v4
11+
with:
12+
node-version: 20
13+
- uses: andresz1/size-limit-action@v1.8.0
1114
with:
1215
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)