Skip to content

Commit

Permalink
Merge pull request #342 from MH4GF/fix-pnpm-error
Browse files Browse the repository at this point in the history
maintenance: fix ERR_PNPM_BAD_PM_VERSION
  • Loading branch information
MH4GF committed May 25, 2024
2 parents fccd8bd + 7dd0579 commit caa5303
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: 'build-test'
on: # rebuild any PRs and main branch changes
pull_request:

env:
COREPACK_ENABLE_STRICT: 0

jobs:
test: # make sure the action works on a clean machine without building
permissions:
Expand Down

0 comments on commit caa5303

Please sign in to comment.