Skip to content

build(deps): bump specs/webdriver-bidi from 280f2cc to d304c9b in… #69

build(deps): bump specs/webdriver-bidi from 280f2cc to d304c9b in…

build(deps): bump specs/webdriver-bidi from 280f2cc to d304c9b in… #69

Workflow file for this run

name: CI
# Declare default permissions as read only.
permissions: read-all
on:
push:
branches:
- main
pull_request:
branches:
- '**'
concurrency:
group: ci-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
ci:
name: '[Required] Run tests'
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
with:
fetch-depth: 2
- name: Set up Node.js
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
with:
cache: npm
node-version-file: '.nvmrc'
- name: Install cddlconv
run: cargo install [email protected]
- name: Install dependencies
run: npm ci
- name: Build and test
run: npm test