Skip to content

Commit 8b23185

Browse files
committed
Workflow github, install dependencies pnpm
1 parent c4084d5 commit 8b23185

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/checksUI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ defaults:
1010
working-directory: ./tests/UI/
1111

1212
env:
13-
NODE_VERSION: '20'
13+
NODE_VERSION: "20"
1414

1515
jobs:
1616
lint:
@@ -61,7 +61,7 @@ jobs:
6161

6262
- name: Install dependencies in UI tests directory
6363
working-directory: tests/UI
64-
run: npm ci
64+
run: pnpm install
6565

6666
- name: Check TypeScript errors
6767
working-directory: tests/UI

0 commit comments

Comments
 (0)