Skip to content

Commit 51e6fbc

Browse files
authored
Merge pull request #328 from pacostas/update-node-versions
feat!: remove Node 20 support
2 parents a1bb675 + f3ba942 commit 51e6fbc

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

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

1515
strategy:
1616
matrix:
17-
node-version: [20.x, 22.x, 24.x]
17+
node-version: [22.x, 24.x, 26.x]
1818

1919
steps:
2020
- uses: actions/checkout@v6

.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@v6
2020
with:
21-
node-version: 22
21+
node-version: 26
2222
registry-url: 'https://registry.npmjs.org'
2323
if: ${{ steps.release.outputs.release_created }}
2424
- run: npm ci

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"kafka"
4040
],
4141
"engines": {
42-
"node": ">=20"
42+
"node": ">=22"
4343
},
4444
"support": true,
4545
"devDependencies": {

0 commit comments

Comments
 (0)