Skip to content

Commit

Permalink
drop old nodes
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <[email protected]>
  • Loading branch information
mcollina committed Oct 15, 2024
1 parent b224a7a commit 01d413d
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,10 @@ 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 01d413d

Please sign in to comment.