Skip to content

Bump axios from 1.7.8 to 1.7.9 #16

Bump axios from 1.7.8 to 1.7.9

Bump axios from 1.7.8 to 1.7.9 #16

Workflow file for this run

name: Test Action
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
- name: NPM Install
run: npm ci