Skip to content

Commit

Permalink
wtf jest. try node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Jan 29, 2024
1 parent 7b6d52a commit a606cfb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- uses: actions/setup-node@v4
with:
node-version: '20.x'

- name: Run setup typescript-sdk
run: npm ci && npm run build
working-directory: ./open-api/typescript-sdk
Expand Down

0 comments on commit a606cfb

Please sign in to comment.