Skip to content

fix(deps): bump uuid from 10.0.0 to 11.0.2 #31

fix(deps): bump uuid from 10.0.0 to 11.0.2

fix(deps): bump uuid from 10.0.0 to 11.0.2 #31

Workflow file for this run

name: Test
on: [pull_request]
permissions: read-all
concurrency:
group: ${{ github.ref_name }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
test:
name: Test
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [macos-latest, windows-latest]
node-version: [18.x, 20.x]
timeout-minutes: 15
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Install node
uses: actions/[email protected]
with:
node-version: 20.x
- name: Install dependencies and link
run: npm ci
- name: Run tests
run: npm run wdio-test