Skip to content

Bump GHC from 9.6 to 9.10 #439

Bump GHC from 9.6 to 9.10

Bump GHC from 9.6 to 9.10 #439

Workflow file for this run

jobs:
web-tests:
name: web-tests
runs-on: ubuntu-latest
steps:
- uses: "actions/checkout@v2.4.0"
- uses: "actions/setup-node@v4"
with:
node-version: '22'
- name: Install npm packages
run: "sudo apt-get install git; cd web; npm ci --legacy-peer-deps"
- name: Run NPM tests
run: "cd web ; npm run test"
- name: Run NPM format
run: "cd web ; npm run format"
name: Web
on:
pull_request: {}