Skip to content

Bump axios from 1.12.2 to 1.13.0 in the prod-minor-updates group #42

Bump axios from 1.12.2 to 1.13.0 in the prod-minor-updates group

Bump axios from 1.12.2 to 1.13.0 in the prod-minor-updates group #42

Workflow file for this run

name: Run Tests
on:
pull_request:
branches:
- main
- dev
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v6
with:
node-version: '22'
- name: Install dependencies
run: npm ci
- name: Test with tsc
run: npx tsc --noEmit
- name: Build Docker image
run: make build