Skip to content

Commit

Permalink
disable corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
nkeil committed Jun 2, 2024
1 parent d428a52 commit 557e1f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
fetch-depth: 0

- uses: pnpm/action-setup@v2
with:
version: latest

- uses: actions/setup-node@v3
with:
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"extension",
"random"
],
"packageManager": "pnpm@9.1.1",
"sideEffects": false,
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down

0 comments on commit 557e1f7

Please sign in to comment.