diff --git a/.github/workflows/query-filters.yml b/.github/workflows/query-filters.yml index c53bfd023..78b76f6ed 100644 --- a/.github/workflows/query-filters.yml +++ b/.github/workflows/query-filters.yml @@ -25,6 +25,16 @@ jobs: steps: - name: Check out repository uses: actions/checkout@v5 + + - name: Install Node.js + uses: actions/setup-node@v4 + with: + node-version: 20.x + cache: npm + + - name: Install dependencies + run: npm install + - name: Prepare test id: prepare-test uses: ./.github/actions/prepare-test