We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 837a1b3 commit 1ecce67Copy full SHA for 1ecce67
.github/workflows/ci.yml
@@ -64,7 +64,7 @@ jobs:
64
run: |
65
mkdir ~/.ssh
66
ssh-keyscan github.com >> ~/.ssh/known_hosts
67
- pnpm install --no-audit --legacy-peer-deps
+ pnpm install
68
version=$(cat package.json | jq -r '.version')
69
git fetch --unshallow
70
git fetch --all --tags
0 commit comments