Skip to content

Commit bd59fe5

Browse files
refactor(chore): remove Node js 20 support (#193)
remove Node js 20 support BREAKING CHANGE: yes GH-192
1 parent 3f97a6e commit bd59fe5

3 files changed

Lines changed: 1153 additions & 1025 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.19.0', '22.13.0', '24']
14+
node-version: ['22', '24']
1515
steps:
1616
- uses: actions/checkout@v4
1717
- uses: actions/setup-node@v4
@@ -28,4 +28,4 @@ jobs:
2828
if: success()
2929
steps:
3030
- name: Final status
31-
run: echo "✅ All tests passed for Node.js 20, 22, and 24"
31+
run: echo "✅ All tests passed for Node.js 22 and 24"

0 commit comments

Comments
 (0)