Skip to content

Commit f0d054d

Browse files
authoredNov 7, 2024
Drop support for Node.js 14 & 16 (#540)
* Bumped v12 * undo format * Update package.json
1 parent f1a5683 commit f0d054d

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed
 

‎.github/workflows/ci.yml

+2-7
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,9 @@ jobs:
4040
contents: read
4141
strategy:
4242
matrix:
43-
node-version: [14, 16, 18.17, 20, 22]
43+
node-version: [18.17, 20, 22]
4444
os: [ubuntu-latest]
45-
pino-version: [8.20.0, ^8.21.0, ^9.0.0]
46-
exclude:
47-
- node-version: 14
48-
pino-version: ^9.0.0
49-
- node-version: 16
50-
pino-version: ^9.0.0
45+
pino-version: [^9.0.0]
5146
steps:
5247
- name: Check out repo
5348
uses: actions/checkout@v4

0 commit comments

Comments
 (0)