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 464fc05 commit 53fd88aCopy full SHA for 53fd88a
.github/workflows/covector-version-or-publish.yml
@@ -26,11 +26,14 @@ jobs:
26
- uses: actions/checkout@v4
27
with:
28
fetch-depth: 0 # required for use of git history
29
+ - name: Install pnpm
30
+ uses: pnpm/action-setup@v4
31
- uses: actions/setup-node@v4
32
33
registry-url: 'https://registry.npmjs.org'
- - uses: pnpm/action-setup@v4
- name: Install pnpm
34
+ cache: 'pnpm'
35
+ - name: Install dependencies
36
+ run: pnpm install
37
- name: git config
38
run: |
39
git config --global user.name "${{ github.event.pusher.name }}"
0 commit comments