Skip to content

Commit

Permalink
chore: fixed build ci node version as 16 (#3732)
Browse files Browse the repository at this point in the history
* chore: fixed build ci node version as 16

* chore: retigger action
  • Loading branch information
gwsbhqt committed Feb 20, 2023
1 parent 7e34079 commit cfca08d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/package-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- uses: preactjs/compressed-size-action@v2
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'

0 comments on commit cfca08d

Please sign in to comment.