Skip to content

Enable Chrome to run again on CI #70

Enable Chrome to run again on CI

Enable Chrome to run again on CI #70

Workflow file for this run

name: Test
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2.1.5
with:
node-version: 18.x
- run: npm ci
- run: npm t