Skip to content

Commit 49b26a3

Browse files
committed
Fix some errors, merge some things try to bump node to 22
1 parent 88097e9 commit 49b26a3

File tree

16 files changed

+169
-50
lines changed

16 files changed

+169
-50
lines changed

.github/actions/setup-node/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ runs:
1212
- name: Install Node.js
1313
uses: actions/setup-node@v4
1414
with:
15-
node-version: 18
15+
node-version: 22
1616
registry-url: 'https://registry.npmjs.org'
1717
cache: 'pnpm'
1818

0 commit comments

Comments
 (0)