Skip to content

Commit 1084b92

Browse files
committed
feat!: remove Node 20 support
1 parent cc0f3f6 commit 1084b92

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
@@ -13,7 +13,7 @@ jobs:
1313

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

1818
steps:
1919
- 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: 20
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
@@ -32,7 +32,7 @@
3232
}
3333
],
3434
"engines": {
35-
"node": "^24 || ^22 || ^20"
35+
"node": "^26 || ^24 || ^22"
3636
},
3737
"repository": {
3838
"type": "git",

0 commit comments

Comments
 (0)