Skip to content

chore(deps): Bump axios from 0.24.0 to 1.6.0 #252

chore(deps): Bump axios from 0.24.0 to 1.6.0

chore(deps): Bump axios from 0.24.0 to 1.6.0 #252

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: Build, Test & Lint
# Controls when the workflow will run
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
build:
uses: xivstats/workflows/.github/workflows/ts-npm-build.yml@main
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}