Skip to content

fix: dependency updates #21

fix: dependency updates

fix: dependency updates #21

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install playwright
run: npx playwright install-deps
- name: install
run: npm ci
- name: build
run: npm run ci