Skip to content

Commit

Permalink
build(deps)!: bump fastify from v4 to v5
Browse files Browse the repository at this point in the history
BREAKING CHANGE: dropped support for node 18
  • Loading branch information
Fdawgs committed Nov 25, 2024
1 parent 37a1d38 commit 36ee8a1
Show file tree
Hide file tree
Showing 19 changed files with 323 additions and 259 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
if: github.event.pull_request.draft == false
strategy:
matrix:
node-version: [18, 20, 22]
node-version: [20, 22]
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Docsmith enables a data processor to use a comprehensive, GDPR-compliant, open-s

These are only required if running the API outside of Docker:

- [Node.js](https://nodejs.org/en/) >=18.18.0
- [Node.js](https://nodejs.org/en/) >=20.0.0
- Linux only: `poppler-data` >=0.4.9
- Linux only: `poppler-utils` >=20.12.0
- macOS only: `poppler` >=20.12.0
Expand Down
Loading

0 comments on commit 36ee8a1

Please sign in to comment.