Skip to content

Commit

Permalink
chore: disable Node.js 16
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpeintner committed Sep 8, 2023
1 parent c8177c2 commit 22f1dd5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 20.x]

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 20.x]

steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ cs.addCodec(new MyCodec("application/myType"));

### To use with Node.js

> **Warning**: We no longer actively support Node.js version 14 and lower.
> **Warning**: We no longer actively support Node.js version 16 and lower.
- [Node.js](https://nodejs.org/) version 14+
- [Node.js](https://nodejs.org/) version 16+
- [npm](https://www.npmjs.com/) version 7+

#### Linux
Expand Down

0 comments on commit 22f1dd5

Please sign in to comment.