Skip to content

Migrate CSSStyleDeclaration to WebIDL2JS #52

Migrate CSSStyleDeclaration to WebIDL2JS

Migrate CSSStyleDeclaration to WebIDL2JS #52

Workflow file for this run

name: Build
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
name: Lint and tests
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version:
- 18
- 20
- latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run test-ci