Skip to content

Bump axios from 1.7.9 to 1.8.4 #745

Bump axios from 1.7.9 to 1.8.4

Bump axios from 1.7.9 to 1.8.4 #745

Workflow file for this run

name: "LTS"
on:
pull_request:
push:
branches:
- master
schedule:
- cron: '0 0 * * 0' # Run every Sunday at midnight UTC
jobs:
test:
name: Test
uses: ./.github/workflows/tests.yml
with:
image: ${{ fromJSON(vars.KURRENTDB_DOCKER_IMAGES).lts.fullname }}
secrets: inherit