Skip to content

Bump axios from 1.6.8 to 1.7.7 (#652) #1116

Bump axios from 1.6.8 to 1.7.7 (#652)

Bump axios from 1.6.8 to 1.7.7 (#652) #1116

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: "package.json"
cache: "npm"
- name: Install dependencies
run: npm ci
- name: Run tests
run: |
set -a
source __tests__/testing.env
npm test
- name: Build
run: npm run build