Skip to content

Bump chromedriver from 128.0.3 to 129.0.0 #185

Bump chromedriver from 128.0.3 to 129.0.0

Bump chromedriver from 128.0.3 to 129.0.0 #185

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x, 21.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build-release
- run: npm run lint
- run: npm run test