Skip to content

build(deps): bump github.com/nicklaw5/helix/v2 from 2.30.0 to 2.31.0 #3342

build(deps): bump github.com/nicklaw5/helix/v2 from 2.30.0 to 2.31.0

build(deps): bump github.com/nicklaw5/helix/v2 from 2.30.0 to 2.31.0 #3342

Workflow file for this run

---
name: Build web
on:
push:
branches:
- master
pull_request:
jobs:
build:
name: Build web
runs-on: ubuntu-latest
strategy:
matrix:
node: ['18', '20', '22', '23']
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- working-directory: ./web
run: npm ci
- working-directory: ./web
run: npm run check_formatting
- working-directory: ./web
run: npm run build