1 parent af58e36 commit 1394761Copy full SHA for 1394761
2 files changed
.github/workflows/build-and-deploy.yml
@@ -56,6 +56,9 @@ jobs:
56
permissions:
57
contents: write
58
steps:
59
+ - name: Checkout
60
+ uses: actions/checkout@v4
61
+
62
- name: Download build artifacts
63
uses: actions/download-artifact@v4
64
with:
.github/workflows/test.yml
@@ -2,7 +2,6 @@ name: Test
2
on:
3
push:
4
branches:
5
- - main
6
- dev
7
- test
8
pull_request:
@@ -18,7 +17,7 @@ jobs:
18
17
- name: Use Node.js 😂
19
uses: actions/setup-node@v4
20
21
- node-version: 20
+ node-version: 24
22
23
- name: Test 🧪
24
run: |
0 commit comments