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 a8b8371 commit 6f0df62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Expand Up @@ -20,10 +20,10 @@ jobs:
- name: Setup pnpm
run: npm install pnpm -g

- name: package.json info
- name: Sanitize Package.json
uses: jaywcjlove/github-action-package@main
with:
unset: devDependencies.rollup-3_15_0
unset: devDependencies.rollup_3_15_0

- name: Install
run: pnpm install
Expand Down

0 comments on commit 6f0df62

Please sign in to comment.