We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae25f40 commit 15a0329Copy full SHA for 15a0329
1 file changed
‎.github/workflows/ci.yaml‎
@@ -13,10 +13,13 @@ jobs:
13
14
steps:
15
- uses: actions/checkout@v4
16
- - uses: volta-cli/action@v4
+ - uses: pnpm/action-setup@v4
17
+ with:
18
+ run_install: false
19
+ - uses: actions/setup-node@v4
20
with:
21
node-version: ${{ matrix.node }}
- - uses: pnpm/action-setup@v4
22
+ cache: pnpm
23
- run: pnpm install
24
- run: pnpm biome ci
25
- run: pnpm test
0 commit comments