Skip to content

build(deps): bump axios from 1.7.8 to 1.7.9 #989

build(deps): bump axios from 1.7.8 to 1.7.9

build(deps): bump axios from 1.7.8 to 1.7.9 #989

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
branches:
- master
permissions: read-all
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Setup Node
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: "22.x"
cache: npm
- name: Install, Build, and Test Package
run: |
npm install
npm install typescript
npm run build
npm run test
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Code Coverage
uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5.1.1
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}