Skip to content

Commit 9e2ff1e

Browse files
committed
fix: final cicd
1 parent a414228 commit 9e2ff1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/static.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,12 @@ jobs:
102102
- name: Setup Node
103103
uses: actions/setup-node@v3
104104
with:
105-
node-version: 18
105+
node-version: 22
106106

107107
- uses: pnpm/action-setup@v2
108108
name: Install pnpm
109109
with:
110-
version: 8
110+
version: 10
111111
run_install: true
112112

113113
# Generate Docs with TypeDoc

0 commit comments

Comments
 (0)