Skip to content

Commit

Permalink
chore: drop v14 support
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelGSS committed Jun 25, 2023
1 parent bbdc07d commit c3f34d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [14, 16, 18]
node-version: [16, 18, 20]

runs-on: ${{matrix.os}}
steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ npm i -S @clinic/flame

## Supported node versions

* Node.js 14 and above
* Node.js 16 and above

## Example

Expand Down

0 comments on commit c3f34d1

Please sign in to comment.