Skip to content

Update all dependencies #530

Update all dependencies

Update all dependencies #530

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Install Deps
run: |
npm install
sudo apt-get install xvfb
- name: Test
run: xvfb-run --auto-servernum npm run test