Skip to content

build(deps-dev): bump @babel/core from 7.24.7 to 7.24.8 in /web (#1216) #3177

build(deps-dev): bump @babel/core from 7.24.7 to 7.24.8 in /web (#1216)

build(deps-dev): bump @babel/core from 7.24.7 to 7.24.8 in /web (#1216) #3177

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: ['14', '16', '18']
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