Skip to content

Commit d42d024

Browse files
committed
Try to fix build
1 parent 1953829 commit d42d024

File tree

3 files changed

+193
-94
lines changed

3 files changed

+193
-94
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424
- name: Setup pnpm
2525
uses: pnpm/action-setup@v3
2626
with:
27-
version: 8
27+
version: 9.9.0
2828
run_install: false
2929

3030
- name: Install Node.js
3131
uses: actions/setup-node@v4
3232
with:
33-
node-version: 20
33+
node-version: 22.8.0
3434
cache: pnpm
3535

3636
- name: Install dependencies
@@ -43,7 +43,8 @@ jobs:
4343
uses: withastro/action@v2
4444
with:
4545
path: .
46-
package-manager: [email protected]
46+
node-version: 22.8.0
47+
package-manager: [email protected]
4748

4849
deploy:
4950
needs: build

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"shiki": "^1.2.1",
3737
"tailwindcss": "^3.4.1",
3838
"tsx": "^4.7.1",
39-
"typedoc": "^0.25.12",
40-
"typescript": "^5.4.3",
39+
"typedoc": "^0.26.7",
40+
"typescript": "^5.6.2",
4141
"zx": "^7.2.3"
4242
},
4343
"peerDependencies": {

0 commit comments

Comments
 (0)