Skip to content

Update all dependencies #493

Update all dependencies

Update all dependencies #493

name: Build and Test
on:
push:
branches:
- main
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Install Deps
run: |
npm install
sudo apt-get install xvfb
- name: Test
run: xvfb-run --auto-servernum npm run test