Skip to content

Commit f1397b9

Browse files
committed
bug: onlu node 22+ can execute typescript
1 parent e893fc4 commit f1397b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pages.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set up Node.js
3232
uses: actions/setup-node@v4
3333
with:
34-
node-version: "20"
34+
node-version: "22"
3535

3636
- name: Install dependencies
3737
run: |
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
cd client
4444
npm run openapi
45-
45+
4646
- name: Build project
4747
# You can change the base path to your repository name
4848
run: |

0 commit comments

Comments
 (0)