Skip to content

build(deps-dev): bump nw from 0.85.0 to 0.86.0 in the npm group #11

build(deps-dev): bump nw from 0.85.0 to 0.86.0 in the npm group

build(deps-dev): bump nw from 0.85.0 to 0.86.0 in the npm group #11

Workflow file for this run

name: ci
on:
pull_request:
branches: ["*"]
push:
branches: ["*"]
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
gyp:
strategy:
matrix:
os: [macos-13, ubuntu-22.04, windows-2022]
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/action@v4
- name: Node.js version
run: node -v
- name: npm version
run: npm -v
- name: Install dependencies
run: npm ci
- name: Run selenium test suite
run: npm t