Compare commits

..

No commits in common. "50e2edfa61c82ac984f142b6cdf3e8fd838be996" and "c3cf6205f8bf9c1fbe15c2473edfab7913e3841d" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: volta-cli/action@v5
- uses: volta-cli/action@v4
- run: |
pnpm install
pnpm run all

View File

@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v6
with:
fetch-depth: 0 # Need history for changelog generation
- uses: volta-cli/action@v5
- uses: volta-cli/action@v4
- run: |
pnpm i
pnpm run all