Skip to content

fix: use Node-API to insulate against underlying runtime changes #93

fix: use Node-API to insulate against underlying runtime changes

fix: use Node-API to insulate against underlying runtime changes #93

Workflow file for this run

name: ci
on:
pull_request:
branches:
- main
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
gyp:
strategy:
matrix:
os:
- macos-15
- ubuntu-24.04
# - windows-2025
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository
uses: actions/[email protected]
- name: Use Node version defined in manifest
uses: volta-cli/[email protected]
- name: Install dependencies
run: npm i
- name: Run selenium test suite
run: npm t