Skip to content

Bump browser-specs from 3.55.0 to 3.58.0 #275

Bump browser-specs from 3.55.0 to 3.58.0

Bump browser-specs from 3.55.0 to 3.58.0 #275

Workflow file for this run

name: test
on: pull_request
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12.x
- run: npm ci
- run: npm run lint
- run: npm run test