Skip to content

Commit bcd009b

Browse files
authored
Merge pull request #23 from sourcefuse/GH-22
refactor(chore): remove Node js 20 support
2 parents e0d49ad + 31e6166 commit bcd009b

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)