Skip to content

Commit 8b64a3b

Browse files
committed
fix tests
1 parent b192d84 commit 8b64a3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/health-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ jobs:
3434
- name: Setup Node.js
3535
uses: actions/setup-node@v4
3636
with:
37-
node-version: "18"
37+
node-version: "20"
3838
cache: "yarn"
3939

4040
- name: Install dependencies
41-
run: yarn install --frozen-lockfile
41+
run: yarn install
4242

4343
- name: Validate SQL Schema
4444
run: |

0 commit comments

Comments
 (0)