Skip to content

Commit ec3b1d6

Browse files
refactor(chore): remove Node js 20 support (#275)
remove Node js 20 support BREAKING CHANGE: yes GH-274
1 parent 147e72a commit ec3b1d6

3 files changed

Lines changed: 1190 additions & 2183 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)