Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdual committed Jul 24, 2024
1 parent 6fc888a commit 05c854a
Show file tree
Hide file tree
Showing 4 changed files with 611 additions and 367 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 17.x, 18.x, 20.x]
node-version: [18.x, 20.x, 22.x]

steps:
- uses: actions/checkout@v3
Expand All @@ -25,4 +25,4 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm test
- run: npm run test
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ docker run -p 3000:3000 iamdual/html2pdf
```bash
git clone https://github.com/iamdual/html2pdf && cd html2pdf
npm install
npm start
npm run build
npm run start
```

### API request with POST JSON
Expand Down
Loading

0 comments on commit 05c854a

Please sign in to comment.