Skip to content

Commit b6ba178

Browse files
committed
fix action
1 parent 959eb76 commit b6ba178

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/validate.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ jobs:
3737
uses: actions/setup-node@v4
3838
with:
3939
node-version: 20
40-
- name: 📥 Download deps
41-
uses: bahmutov/npm-install@v1
42-
with:
43-
useLockFile: false
40+
- name: Install pnpm
41+
uses: pnpm/action-setup@v4
42+
- name: Install dependencies
43+
run: pnpm install
4444
- name: 🔎 Validate
45-
run: npm run test
45+
run: pnpm run test
4646

4747
deploy-docs-pr-preview:
4848
if: ${{ github.event_name == 'pull_request' }}

0 commit comments

Comments
 (0)