Skip to content

Commit dbae7b1

Browse files
authored
feat!: remove Node 16 and Node 18 support (#921)
This is a breaking change
1 parent 18e56f9 commit dbae7b1

File tree

5 files changed

+4070
-11334
lines changed

5 files changed

+4070
-11334
lines changed

.github/workflows/nodejs-ci-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
node-version: [16.x, 18.x, 20.x, 21.x, 22.x, 24.x]
16+
node-version: [20.x, 22.x, 24.x]
1717

1818
steps:
1919
- uses: actions/checkout@v3

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
if: ${{ steps.release.outputs.release_created }}
1919
- uses: actions/setup-node@v3
2020
with:
21-
node-version: 18
21+
node-version: 20
2222
registry-url: 'https://registry.npmjs.org'
2323
if: ${{ steps.release.outputs.release_created }}
2424
- run: npm ci

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on the web - search it! Fowler's blog post is one place to
2020
| Documentation: | https://nodeshift.dev/opossum/ |
2121
| Typings: | https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/opossum
2222
| Issue tracker: | https://github.com/nodeshift/opossum/issues |
23-
| Engines: | Node.js >= 16 |
23+
| Engines: | Node.js >= 20 |
2424

2525
## Usage
2626

0 commit comments

Comments
 (0)