Skip to content

⬆️ update dependencies and add CI #26

⬆️ update dependencies and add CI

⬆️ update dependencies and add CI #26

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
- run: xvfb-run npm test
timeout-minutes: 1 # prevent browser hang if test fails
name: 'nvm install lts/* && npm install' # npm install runs the test and build scripts