Skip to content
This repository was archived by the owner on Dec 22, 2024. It is now read-only.

Commit ddba5ca

Browse files
committed
chore(ci): fix check-size workflow
1 parent ec3f170 commit ddba5ca

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Diff for: .github/workflows/check-size.yml

+9
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@ jobs:
1515
- name: Checkout repo
1616
uses: actions/checkout@v3
1717

18+
- name: Use nodejs
19+
uses: actions/setup-node@v3
20+
with:
21+
node-version: '18.x'
22+
23+
- name: Install dependencies
24+
run: npm ci --legacy-peer-deps
25+
1826
- uses: andresz1/size-limit-action@v1
1927
with:
2028
github_token: ${{ secrets.GITHUB_TOKEN }}
29+
skip_step: install

0 commit comments

Comments
 (0)