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 d13c687 commit bcb4be2Copy full SHA for bcb4be2
1 file changed
.github/workflows/size.yml
@@ -7,6 +7,10 @@ jobs:
7
CI_JOB_NUMBER: 1
8
steps:
9
- uses: actions/checkout@v4
10
+ - uses: actions/setup-node@v4
11
+ with:
12
+ node-version: 'lts/*'
13
+ cache: 'npm'
14
- run: npm ci
15
- uses: andresz1/size-limit-action@v1
16
with:
0 commit comments