Skip to content

⬆️ update dependencies and add CI #31

⬆️ update dependencies and add CI

⬆️ update dependencies and add CI #31

Workflow file for this run

name: 'test'
on: [pull_request, push]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ljharb/actions/node/install@main
name: 'nvm install lts/* && npm install'
- run: 'xvfb-run npm run test:browser' # npm run test && npm run build
timeout-minutes: 1 # prevent browser hang if test fails