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 5
5
- main
6
6
jobs :
7
7
deploy :
8
- runs-on : ubuntu-20 .04
8
+ runs-on : ubuntu-24 .04
9
9
steps :
10
10
- uses : actions/checkout@v2
11
11
34
34
uses : peaceiris/actions-gh-pages@v3
35
35
with :
36
36
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 4
4
build :
5
5
name : Build, lint, and test on Node ${{ matrix.node }}
6
6
7
- runs-on : ubuntu-20 .04
7
+ runs-on : ubuntu-24 .04
8
8
strategy :
9
9
matrix :
10
10
node : ['18.x']
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Size
2
2
on : [pull_request]
3
3
jobs :
4
4
size :
5
- runs-on : ubuntu-20 .04
5
+ runs-on : ubuntu-24 .04
6
6
env :
7
7
CI_JOB_NUMBER : 1
8
8
steps :
22
22
- uses : preactjs/compressed-size-action@v2
23
23
with :
24
24
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