Skip to content

Commit 4ebd487

Browse files
committed
workflow
1 parent 66bc009 commit 4ebd487

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/run-tests.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,18 @@ jobs:
1111
- name: Checkout repository
1212
uses: actions/checkout@v4
1313

14-
- name: Set up Node.js
14+
- uses: pnpm/action-setup@v4
15+
name: Install pnpm
16+
with:
17+
version: 10
18+
run_install: false
19+
20+
- name: Install Node.js
1521
uses: actions/setup-node@v4
1622
with:
1723
node-version: 20
1824
cache: 'pnpm'
1925

20-
- uses: pnpm/action-setup@v4
21-
with:
22-
version: 10
23-
2426
- name: Install dependencies
2527
run: pnpm install
2628

0 commit comments

Comments
 (0)