Skip to content

Commit

Permalink
ci: client ci only does install in client package, so node 16 doesnt …
Browse files Browse the repository at this point in the history
…fail on installing things that require w3up-client and node 18
  • Loading branch information
gobengo committed Mar 20, 2024
1 parent 0dde373 commit 6ea03bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6ea03bc

Please sign in to comment.