Skip to content

Commit c91dbee

Browse files
ci: upload artifact version and pnpm
1 parent b1854d9 commit c91dbee

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/code-quality.yml

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
- uses: pnpm/action-setup@v4
3030
name: Install pnpm
3131
with:
32-
version: 8
3332
run_install: false
3433

3534
- name: Get pnpm store directory

.github/workflows/e2e-tests.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ jobs:
7777
- uses: pnpm/action-setup@v4
7878
name: Install pnpm
7979
with:
80-
version: 9
8180
run_install: false
8281

8382
- name: Get pnpm store directory
@@ -112,7 +111,7 @@ jobs:
112111
- name: Run Playwright tests
113112
run: pnpm e2e
114113

115-
- uses: actions/upload-artifact@v3
114+
- uses: actions/upload-artifact@v4
116115
if: always()
117116
with:
118117
name: playwright-report

0 commit comments

Comments
 (0)