Skip to content

Commit

Permalink
Updating for v9: update dependencies and CI (#300)
Browse files Browse the repository at this point in the history
Co-authored-by: ranieri innocenti <ranieri.innocenti@timify.com>
  • Loading branch information
Ranieri93 and ranieri innocenti committed Oct 13, 2023
1 parent 520964c commit 008ee8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
contents: read
strategy:
matrix:
node-version: [14, 16, 18]
node-version: [18, 20]
steps:
- name: Check out repo
uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
"dependencies": {
"get-caller-file": "^2.0.5",
"pino": "^8.0.0",
"pino-std-serializers": "^6.0.0",
"pino-std-serializers": "git+https://github.com/pinojs/pino-std-serializers.git#next",
"process-warning": "^2.0.0"
},
"devDependencies": {
"@fastify/pre-commit": "^2.0.2",
"@types/node": "^20.1.0",
"autocannon": "^7.3.0",
"coveralls": "^3.0.0",
"http-ndjson": "^3.1.0",
"pino-http-print": "^3.1.0",
"pino-pretty": "^10.0.0",
"pre-commit": "^1.1.2",
"split2": "^4.0.0",
"standard": "^17.0.0",
"tap": "^16.0.0",
"tap": "^16.3.9",
"ts-node": "^10.3.0",
"tsd": "^0.29.0",
"typescript": "^5.0.2"
Expand Down

0 comments on commit 008ee8a

Please sign in to comment.