Skip to content

Commit a2451be

Browse files
committed
fix: ci
1 parent eea414e commit a2451be

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: use Node.js 16
7474
uses: actions/setup-node@v3
7575
with:
76-
node-version: '16.x'
76+
node-version: '20.x'
7777

7878
- name: Get yarn cache directory path
7979
id: yarn-cache-dir-path

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,9 @@
146146
"vite-plugin-mock": "^2.9.6",
147147
"vue-tsc": "^1.8.4"
148148
},
149-
"packageManager": "pnpm@8.1.0",
149+
"packageManager": "pnpm@8.6.0",
150150
"engines": {
151151
"node": ">=16.15.1",
152-
"pnpm": ">=8.1.0"
152+
"pnpm": ">=8.6.0"
153153
}
154154
}

0 commit comments

Comments
 (0)