Skip to content

Commit

Permalink
ci: fix dist tag
Browse files Browse the repository at this point in the history
  • Loading branch information
AriPerkkio committed Feb 17, 2024
1 parent 998f5db commit 00dec8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vitest-latest-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- name: Install
run: pnpm install

- name: Install vitest@beta
run: pnpm install --save-dev vitest@beta
- name: Install vitest@latest
run: pnpm install --save-dev vitest@latest

- name: Build
run: pnpm build
Expand Down

0 comments on commit 00dec8f

Please sign in to comment.