Skip to content

Commit

Permalink
Fix yarn set version berry
Browse files Browse the repository at this point in the history
  • Loading branch information
Embraser01 committed Aug 21, 2023
1 parent ebd46d7 commit 5202654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Enable corepack
run: corepack enable && yarn set version 3
run: corepack enable && yarn set version berry

- name: Run E2E - Petstore 3 - with ${{matrix.manager}}
run: ${{matrix.manager}} @typoas/cli generate -i https://petstore3.swagger.io/api/v3/openapi.json -o test.ts
Expand Down

0 comments on commit 5202654

Please sign in to comment.