Skip to content

build(deps): bump axios from 0.21.4 to 0.28.0 #11

build(deps): bump axios from 0.21.4 to 0.28.0

build(deps): bump axios from 0.21.4 to 0.28.0 #11

Workflow file for this run

name: Code Quality
on:
pull_request:
branches:
- main-ce
- production
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Set up the repository
uses: actions/checkout@v3
- name: Set up NodeJS
uses: actions/setup-node@v3
with:
node-version: ${{ vars.NODE_VERSION }}
- name: Install Dependencies
run: npm ci
- name: Check lint
run: npm run lint