Skip to content

Commit 1394761

Browse files
committed
fix deploy
1 parent af58e36 commit 1394761

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/build-and-deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ jobs:
5656
permissions:
5757
contents: write
5858
steps:
59+
- name: Checkout
60+
uses: actions/checkout@v4
61+
5962
- name: Download build artifacts
6063
uses: actions/download-artifact@v4
6164
with:

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Test
22
on:
33
push:
44
branches:
5-
- main
65
- dev
76
- test
87
pull_request:
@@ -18,7 +17,7 @@ jobs:
1817
- name: Use Node.js 😂
1918
uses: actions/setup-node@v4
2019
with:
21-
node-version: 20
20+
node-version: 24
2221

2322
- name: Test 🧪
2423
run: |

0 commit comments

Comments
 (0)