Skip to content

Bump axios from 1.4.0 to 1.6.0 in /web/massastation #4087

Bump axios from 1.4.0 to 1.6.0 in /web/massastation

Bump axios from 1.4.0 to 1.6.0 in /web/massastation #4087

Workflow file for this run

on:
push:
workflow_call:
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ["windows-latest", "ubuntu-latest", "macos-13"]
steps:
- uses: actions/checkout@v4
- name: installing dependencies
uses: ./.github/actions/install
with:
os: ${{ matrix.os }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
- run: task test-coverage
- uses: codecov/codecov-action@v3
with:
files: coverage.coverprofile