Skip to content

Commit

Permalink
chore: drop Node 14 support
Browse files Browse the repository at this point in the history
BREAKING CHANGE: This bumps the supported NodeJS version
  • Loading branch information
jeffijoe committed Aug 26, 2024
1 parent d06391a commit ca32505
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
fail-fast: true
matrix:
version:
- 14
- 16
- 18
- 20
- 22
- current
steps:
- name: Checkout
Expand Down
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# v10.0.3
# v11.0.0

- Migrate to ESLint v9.
- Upgrade packages.
- **BREAKING**: Drop Node 14 support, add Node 22 to build matrix.
- Migrate to ESLint v9
- Upgrade packages

### BREAKING CHANGES

#### Drop Node 14 support

Node 14 is no longer officially supported, as it is not an active LTS anymore.

# v10.0.2

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"react-native": "lib/awilix.browser.js",
"typings": "lib/awilix.d.ts",
"engines": {
"node": ">=14.0.0"
"node": ">=16.0.0"
},
"scripts": {
"build": "rimraf lib && tsc -p tsconfig.build.json && rollup -c",
Expand Down

0 comments on commit ca32505

Please sign in to comment.