Skip to content

Bump webpack-dev-server from 5.2.4 to 5.2.6 in /packages/gui #114

Bump webpack-dev-server from 5.2.4 to 5.2.6 in /packages/gui

Bump webpack-dev-server from 5.2.4 to 5.2.6 in /packages/gui #114

Workflow file for this run

name: test
on:
push:
branches:
- long_lived/**
- main
- release/**
tags:
- "**"
pull_request:
branches:
- "**"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
# Use node version from '.nvmrc' instead of hardcoding here
node-version-file: ".nvmrc"
- name: npm ci
run: npm ci
- name: npm run build:ci
run: npm run build:ci
- name: Run tests
run: npm run test