Skip to content

Commit e220b1a

Browse files
committed
fix ci run
1 parent ba9c293 commit e220b1a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,15 @@ jobs:
7575
with:
7676
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
7777

78+
- name: Set up Node.js
79+
uses: actions/setup-node@v4
80+
with:
81+
node-version: 22
82+
7883
- name: Install and typecheck
7984
run: |
8085
npm ci
86+
npx astro sync
8187
npm run typecheck
8288
8389
- name: Build and push

0 commit comments

Comments
 (0)