Skip to content

chore(deps-dev): bump webdriverio from 9.0.7 to 9.0.9 #616

chore(deps-dev): bump webdriverio from 9.0.7 to 9.0.9

chore(deps-dev): bump webdriverio from 9.0.7 to 9.0.9 #616

Workflow file for this run

name: CI
on:
push:
branches:
- main
tags:
- v[0-9]+.[0-9]+.[0-9]+*
pull_request:
jobs:
build:
strategy:
matrix:
os: [macos-13, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Set git to use LF
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- uses: actions/checkout@v4
- name: 💚 Use Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: 🚧 Install Dependencies
run: npm ci
- name: 📦 Build
run: npm run build
- name: 🧪 Run Tests
uses: GabrielBB/xvfb-action@v1
with:
run: npm test