Skip to content

Commit

Permalink
Drop support for Node.js 14 & 16 (#540)
Browse files Browse the repository at this point in the history
* Bumped v12

* undo format

* Update package.json
  • Loading branch information
eliw00d authored Nov 7, 2024
1 parent f1a5683 commit f0d054d
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,9 @@ jobs:
contents: read
strategy:
matrix:
node-version: [14, 16, 18.17, 20, 22]
node-version: [18.17, 20, 22]
os: [ubuntu-latest]
pino-version: [8.20.0, ^8.21.0, ^9.0.0]
exclude:
- node-version: 14
pino-version: ^9.0.0
- node-version: 16
pino-version: ^9.0.0
pino-version: [^9.0.0]
steps:
- name: Check out repo
uses: actions/checkout@v4
Expand Down

0 comments on commit f0d054d

Please sign in to comment.