Skip to content

Commit 05c854a

Browse files
committed
update dependencies
1 parent 6fc888a commit 05c854a

File tree

4 files changed

+611
-367
lines changed

4 files changed

+611
-367
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [16.x, 17.x, 18.x, 20.x]
19+
node-version: [18.x, 20.x, 22.x]
2020

2121
steps:
2222
- uses: actions/checkout@v3
@@ -25,4 +25,4 @@ jobs:
2525
with:
2626
node-version: ${{ matrix.node-version }}
2727
- run: npm ci
28-
- run: npm test
28+
- run: npm run test

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ docker run -p 3000:3000 iamdual/html2pdf
1717
```bash
1818
git clone https://github.com/iamdual/html2pdf && cd html2pdf
1919
npm install
20-
npm start
20+
npm run build
21+
npm run start
2122
```
2223

2324
### API request with POST JSON

0 commit comments

Comments
 (0)