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 6e70027 commit 382f5aeCopy full SHA for 382f5ae
.github/workflows/ci.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ${{ matrix.os }}
6
strategy:
7
matrix:
8
- node-version: [10.x, 12.x, 14.x]
+ node-version: [12.x, 14.x, 16.x]
9
os: [ubuntu-latest, macos-latest]
10
steps:
11
- name: Checkout
package.json
@@ -29,7 +29,7 @@
29
"url": "https://github.com/ovhemert/pino-stackdriver.git"
30
},
31
"engines": {
32
- "node": ">=8.9.0"
+ "node": ">=12"
33
34
"precommit": [
35
"lint",
0 commit comments