Skip to content

[Snyk] Upgrade axios from 1.6.7 to 1.7.2 #133

[Snyk] Upgrade axios from 1.6.7 to 1.7.2

[Snyk] Upgrade axios from 1.6.7 to 1.7.2 #133

Workflow file for this run

name: CI/CD Pipeline for Pull Requests to Master
'on':
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- 20.x
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: 'Use Node.js ${{ matrix.node-version }}'
uses: actions/setup-node@v4
with:
node-version: '${{ matrix.node-version }}'
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test
timeout-minutes: 1