Skip to content

Commit

Permalink
test: attempt to fix windows test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Aug 3, 2023
1 parent 6f0df62 commit a3c2826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
unset: devDependencies.rollup_3_15_0

- name: Install
run: pnpm install
run: pnpm install --no-frozen-lockfile

- name: Test
run: pnpm test
Expand Down

0 comments on commit a3c2826

Please sign in to comment.