File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Build and Deploy
22
33on :
44 push :
5- branches : [main ]
5+ branches : [master ]
66 pull_request :
7- branches : [main ]
7+ branches : [master ]
88 workflow_dispatch :
99
1010permissions :
2323 - uses : actions/checkout@v4
2424 - uses : actions/setup-node@v4
2525 with :
26- node-version : ' 24 '
26+ node-version : ' 22 '
2727 cache : ' npm'
2828 - run : npm ci
2929 - run : npm run build
3232 path : docs/.vitepress/dist
3333
3434 deploy :
35- if : github.ref == 'refs/heads/main '
35+ if : github.ref == 'refs/heads/master '
3636 needs : build
3737 runs-on : ubuntu-latest
3838 environment :
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Validate
22
33on :
44 push :
5- branches : [main ]
5+ branches : [master ]
66 pull_request :
7- branches : [main ]
7+ branches : [master ]
88 workflow_dispatch :
99
1010jobs :
1414 - uses : actions/checkout@v4
1515 - uses : actions/setup-node@v4
1616 with :
17- node-version : ' 24 '
17+ node-version : ' 22 '
1818 cache : ' npm'
1919 - run : npm ci
2020 - run : npm run build
Original file line number Diff line number Diff line change 44 "private" : true ,
55 "description" : " A comprehensive guide to building desktop shells with Quickshell and QML" ,
66 "engines" : {
7- "node" : " >=24 .0.0"
7+ "node" : " >=22 .0.0"
88 },
99 "type" : " module" ,
1010 "scripts" : {
You can’t perform that action at this time.
0 commit comments