File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Build And Upload
22on :
33 push :
44 branches : [ main ]
5- workflow_dispatch :
5+ workflow_dispatch :
66
7- concurrency :
7+ concurrency :
88 group : " build"
99 cancel-in-progress : true
1010
@@ -14,14 +14,14 @@ jobs:
1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Get latest code
17- uses : actions/checkout@v3
17+ uses : actions/checkout@v4
1818 - name : Setup Node
19- uses : actions/setup-node@v3
20- with :
21- node-version : 20
19+ uses : actions/setup-node@v4
20+ with :
21+ node-version : 23
2222 cache : " npm"
2323 - name : Build Sveltekit
24- run : |
24+ run : |
2525 npm i
2626 npm run build
2727 - name : Upload to Server 📁
3131 user : ${{ secrets.ftp_username }}
3232 password : ${{ secrets.ftp_password }}
3333 options : " --delete"
34- localDir : " build"
34+ localDir : " build"
You can’t perform that action at this time.
0 commit comments