Skip to content

Commit 88f7d3d

Browse files
committed
Install dependencies in query filters tests
1 parent 879c788 commit 88f7d3d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/query-filters.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,16 @@ jobs:
2525
steps:
2626
- name: Check out repository
2727
uses: actions/checkout@v5
28+
29+
- name: Install Node.js
30+
uses: actions/setup-node@v4
31+
with:
32+
node-version: 20.x
33+
cache: npm
34+
35+
- name: Install dependencies
36+
run: npm install
37+
2838
- name: Prepare test
2939
id: prepare-test
3040
uses: ./.github/actions/prepare-test

0 commit comments

Comments
 (0)