Skip to content

Commit

Permalink
build!: deprecate support for node v14, v16, v17, v19 (EOL)
Browse files Browse the repository at this point in the history
  • Loading branch information
foxxyz committed Nov 26, 2023
1 parent e7150e2 commit e148941
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 17.x, 18.x, 19.x]
node-version: [18.x, 20.x, latest]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Supports:
Requirements
------------

* Node 14+
* Node 18+
* Loupedeck Live, Loupedeck Live S, Loupedeck CT or Razer Stream Controller (RSC)

This library has been tested with firmware versions 0.1.3, 0.1.79, 0.2.5 and 0.2.8. Other versions may work.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
}
},
"engines": {
"node": ">=14"
"node": ">=18"
},
"devDependencies": {
"@appliedminds/eslint-config": "^1.6.0",
Expand Down

0 comments on commit e148941

Please sign in to comment.