Skip to content

Commit cb0bd0d

Browse files
refactor(chore): remove Node js 20 support
remove Node js 20 support BREAKING CHANGE: yes GH-281
1 parent 93d6514 commit cb0bd0d

3 files changed

Lines changed: 1265 additions & 1496 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
@@ -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)