Skip to content

Commit 5297c9c

Browse files
committed
ci&pkg: update pkg
1 parent ac7c722 commit 5297c9c

3 files changed

Lines changed: 4039 additions & 1 deletion

File tree

.github/workflows/deploy-site-pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
node-version: 22
3030
- name: Install Dependencies
31-
run: pnpm install --no-frozen-lockfile
31+
run: pnpm install --frozen-lockfile
3232
- name: Build Vite site
3333
run: |
3434
pnpm run build-only

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"@fortawesome/vue-fontawesome": "^3.1.2",
2222
"amfe-flexible": "^2.2.1",
2323
"axios": "^1.13.6",
24+
"dayjs": "^1.11.19",
2425
"element-plus": "^2.13.2",
2526
"pinia": "^2.3.1",
2627
"postcss-pxtorem": "^6.1.0",

0 commit comments

Comments
 (0)