Skip to content

Commit 755acc8

Browse files
committed
feat!: drop support for Node v14
1 parent 1245942 commit 755acc8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
strategy:
88
matrix:
9-
node: [14.x, 16.x, 18.x]
9+
node: [16.x, 18.x, 20.x]
1010
name: Node ${{ matrix.node }}
1111
steps:
1212
- uses: actions/checkout@v3

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
"lint:ci": "standard",
1818
"release": "npx standard-version"
1919
},
20+
"engines": {
21+
"node": ">=16.x"
22+
},
2023
"keywords": [
2124
"pino",
2225
"pine",

0 commit comments

Comments
 (0)