Skip to content

chore(deps): bump axios from 1.16.0 to 1.18.0 #424

chore(deps): bump axios from 1.16.0 to 1.18.0

chore(deps): bump axios from 1.16.0 to 1.18.0 #424

Workflow file for this run

name: Test
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 22
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run jest tests
env:
FORCE_COLOR: 1
run: npm test -- --color