Skip to content

Commit

Permalink
Merge pull request #57 from htbkoo/fix-build-2024
Browse files Browse the repository at this point in the history
feat!: Fix build
  • Loading branch information
htbkoo authored May 22, 2024
2 parents 7afc75b + 3b86940 commit 5e1002a
Show file tree
Hide file tree
Showing 5 changed files with 17,210 additions and 11,379 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 13.x]
node-version: [16.x]

steps:
- uses: actions/checkout@v1
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
engine-strict=true
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# lightweight-epub-reader-electron [![Node CI](https://github.com/htbkoo/lightweight-epub-reader-electron/workflows/Node%20CI/badge.svg)](https://github.com/htbkoo/lightweight-epub-reader-electron/actions?query=workflow%3A%22Node+CI%22)

The repository for a lightweight epub-reader desktop app (created with [electron/electron-quick-start-typescript](https://github.com/electron/electron-quick-start-typescript)).

## Caveat

- Use `npm install --no-optional` if you encounter any errors when trying to install the dependencies (particularly, the `zipfile` dependency)
Loading

0 comments on commit 5e1002a

Please sign in to comment.