From 6ea03bc4aa2d09d8e9dc00654d03fe42aafe7188 Mon Sep 17 00:00:00 2001 From: bengo <171782+gobengo@users.noreply.github.com> Date: Wed, 20 Mar 2024 15:32:12 -0700 Subject: [PATCH] ci: client ci only does install in client package, so node 16 doesnt fail on installing things that require w3up-client and node 18 --- .github/workflows/client.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/client.yml b/.github/workflows/client.yml index f8e1efda68..eadb85f1da 100644 --- a/.github/workflows/client.yml +++ b/.github/workflows/client.yml @@ -45,6 +45,8 @@ jobs: with: node-version: ${{ matrix.node_version }} - uses: bahmutov/npm-install@v1 + with: + working-directory: packages/client - name: Test (ES) run: yarn --cwd packages/client test:es - name: Test (Web)