Skip to content

fix(deps): update internal #811

fix(deps): update internal

fix(deps): update internal #811

Workflow file for this run

name: CI Tests
on:
pull_request:
push:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16'
- run: npm ci --no-optional
- run: npm run lint
- run: npm run assets
# - npm run server &
# - npm install puppeteer
# - npx percy exec -- node test/snapshots.js