Skip to content

[Snyk] Upgrade axios from 1.6.8 to 1.7.1 #158

[Snyk] Upgrade axios from 1.6.8 to 1.7.1

[Snyk] Upgrade axios from 1.6.8 to 1.7.1 #158

Workflow file for this run

name: Release
on: pull_request
jobs:
push:
name: Lint and test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: '16.14.2'
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint
- name: Test
run: npm run test
- name: Build
run: npm run build