Skip to content

chore(deps-dev): bump axios from 1.6.8 to 1.7.1 #777

chore(deps-dev): bump axios from 1.6.8 to 1.7.1

chore(deps-dev): bump axios from 1.6.8 to 1.7.1 #777

Workflow file for this run

name: Builds, tests & co
on:
- push
- pull_request
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout tree
uses: actions/checkout@v4
- name: Set-up Node.js
uses: actions/setup-node@v4
with:
node-version: 22
check-latest: true
- name: Install dependencies
run: yarn install --immutable
- name: Check formatting
run: yarn format:check
- name: Run the tests
run: yarn test-all