Skip to content

Commit 98b557c

Browse files
committed
fixup
Signed-off-by: Matteo Collina <[email protected]>
1 parent 7663b1b commit 98b557c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
os: [ubuntu-latest]
23-
node-version: [18, 20]
23+
node-version: [18, 20, 22]
2424
debug: [2, 3, 4]
2525
steps:
2626
- name: Checkout

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
],
3737
"license": "MIT",
3838
"dependencies": {
39-
"pino": "^8.0.0"
39+
"pino": "^9.0.0"
4040
},
4141
"peerDependencies": {
4242
"debug": ">=2"

0 commit comments

Comments
 (0)