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 c3103c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
node-version: 20
corepack-enable: true
- name: Install dependencies
run: pnpm install --frozen-lockfile
package_json_file: $scripts/package.json
run_install: true
- name: Lint
run: pnpm run lint
- name: Check formatting
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": "[email protected]"
"packageManager": "[email protected]+sha256.d713a5750e41c3660d1e090608c7f607ad00d1dd5ba9b6552b5f390bf37924e9"
}

0 comments on commit c3103c9

Please sign in to comment.