Skip to content

Bump globals from 15.14.0 to 16.0.0 #131

Bump globals from 15.14.0 to 16.0.0

Bump globals from 15.14.0 to 16.0.0 #131

Workflow file for this run

name: "CI"
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: "Install framebuffer (xvfb) and Chromium"
run: |
sudo apt-get update
sudo apt-get install chromium-browser xvfb
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- name: "Install JS dependencies"
run: npm ci
- name: "Run JS tests"
run: xvfb-run npm test