Skip to content

Commit 45c1fbc

Browse files
committed
updates GH workflows 2
1 parent 2067e8c commit 45c1fbc

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/api-tests.yml

-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ jobs:
2424
node-version-file: '.nvmrc'
2525

2626
- uses: pnpm/action-setup@v4
27-
with:
28-
version: 9
2927

3028
- name: Install API dependencies
3129
working-directory: api

.github/workflows/client-tests.yml

-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ jobs:
2424
node-version-file: '.nvmrc'
2525

2626
- uses: pnpm/action-setup@v4
27-
with:
28-
version: 9
2927

3028
- name: Install Client dependencies
3129
working-directory: client

0 commit comments

Comments
 (0)