Skip to content

Commit 15d441f

Browse files
committed
ci: bump node version
1 parent bba83a9 commit 15d441f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Build And Upload
22
on:
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 📁
@@ -31,4 +31,4 @@ jobs:
3131
user: ${{ secrets.ftp_username }}
3232
password: ${{ secrets.ftp_password }}
3333
options: "--delete"
34-
localDir: "build"
34+
localDir: "build"

0 commit comments

Comments
 (0)