Skip to content

Commit 56ef84e

Browse files
refactor(chore): remove Node js 20 support
remove Node js 20 support BREAKING CHANGE: yes GH-296
1 parent 2ac9c4b commit 56ef84e

3 files changed

Lines changed: 746 additions & 1145 deletions

File tree

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node-version: [20, 22, 24]
14+
node-version: [22, 24]
1515
steps:
1616
- uses: actions/checkout@v4
1717
- uses: actions/setup-node@v4
@@ -30,4 +30,4 @@ jobs:
3030
if: success()
3131
steps:
3232
- name: Final status
33-
run: echo "✅ All tests passed for Node.js 20, 22, and 24"
33+
run: echo "✅ All tests passed for Node.js 22 and 24"

0 commit comments

Comments
 (0)