Skip to content

Commit

Permalink
chore!: upgrade minimum NodeJS version to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
frytg committed Dec 27, 2023
1 parent 99b4220 commit 7e8fb6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ by [**SWR Audio Lab**](https://lab.swr.de/)
- 2023-12-27 - v1.2.1
- chore: update dependencies
- refact: remove `uuid` dependency
- chore!: upgrade minimum NodeJS version to `v18`

- 2023-12-18 - v1.2.0
- refact: optimize linter util to work with Yarn `>=v4`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Wrapping common SWR Audio Lab utils",
"main": "./index.js",
"engines": {
"node": ">=16"
"node": ">=18"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 7e8fb6f

Please sign in to comment.