Skip to content

Commit

Permalink
ci: client no longer tests using node 16 because yarn install fails u…
Browse files Browse the repository at this point in the history
…nless node 18
  • Loading branch information
gobengo committed Mar 20, 2024
1 parent 6d8cc30 commit 0b22f78
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,14 @@ jobs:
strategy:
matrix:
node_version:
- 16
- 18
- 20
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node_version }}
- run: npx yarn workspace nft.storage install --frozen-lockfile
- uses: bahmutov/npm-install@v1
- name: Test (ES)
run: yarn --cwd packages/client test:es
- name: Test (Web)
Expand Down

0 comments on commit 0b22f78

Please sign in to comment.