We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1245942 commit 755acc8Copy full SHA for 755acc8
.github/workflows/ci.yml
@@ -6,7 +6,7 @@ jobs:
6
runs-on: ubuntu-latest
7
strategy:
8
matrix:
9
- node: [14.x, 16.x, 18.x]
+ node: [16.x, 18.x, 20.x]
10
name: Node ${{ matrix.node }}
11
steps:
12
- uses: actions/checkout@v3
package.json
@@ -17,6 +17,9 @@
17
"lint:ci": "standard",
18
"release": "npx standard-version"
19
},
20
+ "engines": {
21
+ "node": ">=16.x"
22
+ },
23
"keywords": [
24
"pino",
25
"pine",
0 commit comments