Skip to content

Commit 31e6166

Browse files
refactor(chore): remove Node js 20 support
remove Node js 20 support BREAKING CHANGE: yes GH-22
1 parent e0d49ad commit 31e6166

3 files changed

Lines changed: 2228 additions & 2919 deletions

File tree

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- uses: actions/setup-node@v4
2020
with:
21-
node-version: '20.x'
21+
node-version: '22.x'
2222

2323
- name: Install Dependencies 📌
2424
run: npm ci --ignore-scripts

0 commit comments

Comments
 (0)