Skip to content

Commit

Permalink
test openapi workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
h0ngcha0 committed Feb 15, 2024
1 parent edbca0c commit 3856329
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v3.0.0
with:
version: 7.19
version: 8.14
- run: cd packages/web3 && pnpm i
# Wait for this issue to be resolved: https://github.com/acacode/swagger-typescript-api/issues/370
- run: npm run update-schemas
Expand Down

0 comments on commit 3856329

Please sign in to comment.