Skip to content

Commit e4ae013

Browse files
tmp 2
1 parent 1baccae commit e4ae013

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/size.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v3
18+
- uses: actions/setup-node@v3
19+
with:
20+
node-version: lts/*
1821
- uses: preactjs/compressed-size-action@v2
1922
with:
2023
repo-token: '${{ secrets.GITHUB_TOKEN }}'

0 commit comments

Comments
 (0)