Skip to content

Commit 3a96e51

Browse files
authored
Merge pull request #3 from ajfranzoia/chore/node-update
chore: upgrade node versions
2 parents 2a7b686 + 33200c8 commit 3a96e51

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: [12.x, 14.x, 16.x]
8+
node-version: [16.x, 18.x, 20.x, 21.x]
99
os: [ubuntu-latest, macos-latest]
1010
steps:
1111
- name: Checkout

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929
"url": "https://github.com/ovhemert/pino-stackdriver.git"
3030
},
3131
"engines": {
32-
"node": ">=12"
32+
"node": ">=16"
3333
},
3434
"precommit": [
3535
"lint",
3636
"test"
3737
],
3838
"devDependencies": {
39-
"@types/node": "^16.3.3",
39+
"@types/node": "^20.11.28",
4040
"event-stream": "^4.0.1",
4141
"pino-multi-stream": "^5.3.0",
4242
"sinon": "^11.1.1",

0 commit comments

Comments
 (0)