File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 55 - main
66jobs :
77 deploy :
8- runs-on : ubuntu-20 .04
8+ runs-on : ubuntu-24 .04
99 steps :
1010 - uses : actions/checkout@v2
1111
3434 uses : peaceiris/actions-gh-pages@v3
3535 with :
3636 github_token : ${{ secrets.GITHUB_TOKEN }}
37- publish_dir : ./playground/dist
37+ publish_dir : ./playground/dist
Original file line number Diff line number Diff line change 44 build :
55 name : Build, lint, and test on Node ${{ matrix.node }}
66
7- runs-on : ubuntu-20 .04
7+ runs-on : ubuntu-24 .04
88 strategy :
99 matrix :
1010 node : ['18.x']
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Size
22on : [pull_request]
33jobs :
44 size :
5- runs-on : ubuntu-20 .04
5+ runs-on : ubuntu-24 .04
66 env :
77 CI_JOB_NUMBER : 1
88 steps :
2222 - uses : preactjs/compressed-size-action@v2
2323 with :
2424 repo-token : ' ${{ secrets.GITHUB_TOKEN }}'
25- pattern : " **/dist/**/*.?(m)js"
25+ pattern : ' **/dist/**/*.?(m)js'
You can’t perform that action at this time.
0 commit comments