Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

build(deps-dev): bump eslint from 8.20.0 to 8.50.0 #1292

build(deps-dev): bump eslint from 8.20.0 to 8.50.0

build(deps-dev): bump eslint from 8.20.0 to 8.50.0 #1292

Workflow file for this run

name: CI
on:
push:
pull_request:
branches: [dependabot/**]
jobs:
nodejs:
name: Node.js
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: 14
- name: Install Packages
run: npm ci
- name: Build Project
run: npm run build:git