Skip to content

Commit 6c52595

Browse files
committed
use wyvox action
1 parent 80c3b31 commit 6c52595

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -12,26 +12,8 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v4
15-
- uses: actions/setup-node@v3
15+
- uses: wyvox/action-setup-pnpm@v3
1616
with:
1717
node-version: 20
18-
- uses: pnpm/action-setup@v2
19-
name: Install pnpm
20-
with:
21-
version: 8
22-
run_install: false
23-
- name: Get pnpm store directory
24-
shell: bash
25-
run: |
26-
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
27-
- uses: actions/cache@v3
28-
name: Setup pnpm cache
29-
with:
30-
path: ${{ env.STORE_PATH }}
31-
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
32-
restore-keys: |
33-
${{ runner.os }}-pnpm-store-
34-
- name: Install dependencies
35-
run: pnpm install
3618
- name: Run Tests
3719
run: pnpm test

0 commit comments

Comments
 (0)