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 11d26da commit a074775Copy full SHA for a074775
.github/workflows/size-limit.yml
@@ -9,7 +9,7 @@ jobs:
9
env:
10
CI_JOB_NUMBER: 1
11
steps:
12
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
13
- uses: andresz1/size-limit-action@v1.7.0
14
with:
15
github_token: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
- uses: actions/setup-node@v3
16
node-version: '14'
0 commit comments