Skip to content

Commit

Permalink
chore: fix package manager issue in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
st3v3nmw committed Apr 20, 2024
1 parent 5f4f784 commit 10eacce
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on: workflow_dispatch

env:
OBSIDIAN_VERSION: 1.2.8
COREPACK_ENABLE_STRICT: 0

jobs:
e2e:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
pull_request:
branches: [master]

env:
COREPACK_ENABLE_STRICT: 0

jobs:
lint_and_test:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

env:
PLUGIN_NAME: obsidian-spaced-repetition
COREPACK_ENABLE_STRICT: 0

jobs:
release:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@
"chart.js": "^4.4.2",
"pagerank.js": "^1.0.2"
},
"packageManager": "npm@8.18.0"
"packageManager": "^pnpm@8.15.4"
}

0 comments on commit 10eacce

Please sign in to comment.