fix: run v1 CI on ubuntu-22.04

This commit is contained in:
Lucas Nogueira
2025-04-15 11:56:37 -03:00
parent f294d5199a
commit 1857a4240d

View File

@@ -2,18 +2,18 @@ on:
workflow_dispatch:
pull_request:
paths:
- '.github/workflows/webdriver-v1.yml'
- 'v1/**'
- ".github/workflows/webdriver-v1.yml"
- "v1/**"
name: WebDriver (v1)
jobs:
test:
name: Test
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
webdriver-test: [ selenium, webdriverio ]
webdriver-test: [selenium, webdriverio]
steps:
- uses: actions/checkout@v2
@@ -45,7 +45,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 18
cache: 'pnpm'
cache: "pnpm"
cache-dependency-path: |
v1/pnpm-lock.yaml
v1/webdriver/${{ matrix.webdriver-test }}/pnpm-lock.yaml