Skip to content

Commit

Permalink
Try fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
qnga committed Oct 5, 2023
1 parent 2e430a5 commit 3582aac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 20
corepack-enable: true
- name: Install pnpm
run: corepack install
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Lint
Expand Down
2 changes: 1 addition & 1 deletion readium/navigator/src/main/assets/_scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
"hash.js": "^1.1.7",
"string.prototype.matchall": "^4.0.5"
},
"packageManager": "pnpm@8.8.0"
"packageManager": "pnpm@8.8.0+sha256.d713a5750e41c3660d1e090608c7f607ad00d1dd5ba9b6552b5f390bf37924e9"
}

0 comments on commit 3582aac

Please sign in to comment.