Skip to content

Commit 382f5ae

Browse files
authored
update supported node versions (#103)
1 parent 6e70027 commit 382f5ae

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
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ${{ matrix.os }}
66
strategy:
77
matrix:
8-
node-version: [10.x, 12.x, 14.x]
8+
node-version: [12.x, 14.x, 16.x]
99
os: [ubuntu-latest, macos-latest]
1010
steps:
1111
- name: Checkout

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"url": "https://github.com/ovhemert/pino-stackdriver.git"
3030
},
3131
"engines": {
32-
"node": ">=8.9.0"
32+
"node": ">=12"
3333
},
3434
"precommit": [
3535
"lint",

0 commit comments

Comments
 (0)