Skip to content

Commit e5b147c

Browse files
authored
Merge pull request #38 from MH4GF/update-workflows
ci: simplify workflow configuration
2 parents 98aa7ec + 764897d commit e5b147c

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- uses: MH4GF/shared-config/.github/composite-actions/setup-pnpm@main
1919
with:
20-
node-version-file: web/.node-version
21-
pnpm-version: "8.9.2"
2220
working-directory: web
23-
- run: pnpm i
2421
- run: pnpm lint
2522

2623
api-lint:

.github/workflows/vrt.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ jobs:
2727

2828
- uses: MH4GF/shared-config/.github/composite-actions/setup-pnpm@main
2929
with:
30-
node-version-file: web/.node-version
31-
pnpm-version: "8.9.2"
3230
working-directory: web
3331

3432
- run: pnpm i
@@ -43,7 +41,7 @@ jobs:
4341

4442
- name: Upload failed screenshots
4543
if: failure()
46-
uses: actions/upload-artifact@v3
44+
uses: actions/upload-artifact@v4
4745
with:
4846
name: vrt-failed-screenshots-${{ github.sha }}
4947
path: web/test-results

0 commit comments

Comments
 (0)