Skip to content

Commit 6aa7d12

Browse files
author
SkwalExe
committed
Fix error in workflow
1 parent 43d5b7f commit 6aa7d12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_checks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/setup-node@v4
2323
with:
2424
node-version: 20
25-
- run: pnpm ci
25+
- run: pnpm install
2626
- name: Check linting
2727
run: pnpm run lint
2828
- name: Check type errors

0 commit comments

Comments
 (0)