Skip to content

Update all dependencies #473

Update all dependencies

Update all dependencies #473

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