Skip to content

Commit 15a0329

Browse files
committed
chore: 🤖 stop using volta-cli/action
because it formats package.json in a way that causes diffs in biome ci
1 parent ae25f40 commit 15a0329

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

‎.github/workflows/ci.yaml‎

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,13 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v4
16-
- uses: volta-cli/action@v4
16+
- uses: pnpm/action-setup@v4
17+
with:
18+
run_install: false
19+
- uses: actions/setup-node@v4
1720
with:
1821
node-version: ${{ matrix.node }}
19-
- uses: pnpm/action-setup@v4
22+
cache: pnpm
2023
- run: pnpm install
2124
- run: pnpm biome ci
2225
- run: pnpm test

0 commit comments

Comments
 (0)