Skip to content

Commit fc1f756

Browse files
Update pnpm and node versions in ci (#90)
* Update pnpm and node versions in ci * Update pnpm test command in gh action
1 parent 09bc9fb commit fc1f756

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
- uses: actions/checkout@v4
2626
- uses: pnpm/action-setup@v4
2727
with:
28-
version: 9
28+
version: 10
2929
- uses: actions/setup-node@v4
3030
with:
31-
node-version: 20
31+
node-version: 22
3232
cache: "pnpm"
3333
- name: Install dependencies
3434
run: pnpm install
@@ -37,4 +37,4 @@ jobs:
3737
run: pnpm playwright install --with-deps ${{ matrix.browser }}
3838
- name: Run Playwright tests
3939
working-directory: .tests
40-
run: pnpm test -- --project=${{ matrix.browser }}
40+
run: pnpm test --project=${{ matrix.browser }}

0 commit comments

Comments
 (0)