Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

[Snyk] Security upgrade axios from 0.21.1 to 1.6.4 #265

[Snyk] Security upgrade axios from 0.21.1 to 1.6.4

[Snyk] Security upgrade axios from 0.21.1 to 1.6.4 #265

Workflow file for this run

name: Node CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Setup Node
uses: actions/[email protected]
with:
node-version: 15.x
- name: Install Dependencies
run: npm ci
- name: Lint
run: npm run lint
- name: Build project
run: npm run build