Skip to content

build(deps-dev): bump eslint from 8.43.0 to 8.54.0 #947

build(deps-dev): bump eslint from 8.43.0 to 8.54.0

build(deps-dev): bump eslint from 8.43.0 to 8.54.0 #947

Workflow file for this run

# This CI Workflow was deployed and configured by WarpWing and Nate.
name: CI/CD
on:
push:
pull_request:
workflow_dispatch:
env:
NODE_VERSION: "16.x"
jobs:
es-lint:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v2
- name: Use Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@v2
with:
node-version: ${{ env.NODE_VERSION }}
- name: Install node dependencies
run: npm i
- name: es-lint
run: npm run lint