Skip to content

Bump react-router from 6.30.6 to 7.18.2 in /packages/gui #115

Bump react-router from 6.30.6 to 7.18.2 in /packages/gui

Bump react-router from 6.30.6 to 7.18.2 in /packages/gui #115

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