Skip to content

Commit 1ecce67

Browse files
authored
fix
1 parent 837a1b3 commit 1ecce67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
run: |
6565
mkdir ~/.ssh
6666
ssh-keyscan github.com >> ~/.ssh/known_hosts
67-
pnpm install --no-audit --legacy-peer-deps
67+
pnpm install
6868
version=$(cat package.json | jq -r '.version')
6969
git fetch --unshallow
7070
git fetch --all --tags

0 commit comments

Comments
 (0)