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 634b6db commit a9e696eCopy full SHA for a9e696e
1 file changed
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
steps:
19
- uses: actions/checkout@v6
20
- - uses: pnpm/action-setup@v4
+ - uses: pnpm/action-setup@v5
21
- uses: actions/setup-node@v6
22
with:
23
node-version-file: ".nvmrc"
@@ -44,7 +44,7 @@ jobs:
44
run: |
45
git config --global user.name "$(git --no-pager log --format=format:'%an' -n 1)"
46
git config --global user.email "$(git --no-pager log --format=format:'%ae' -n 1)"
47
48
49
50
0 commit comments