Skip to content

Bump @babel/core from 7.23.6 to 7.23.7 (#869) #2386

Bump @babel/core from 7.23.6 to 7.23.7 (#869)

Bump @babel/core from 7.23.6 to 7.23.7 (#869) #2386

Workflow file for this run

# GENERATED CONTENT
# remove repo from adrianjost/.github/synced/workflows/generator.js before editing
name: CI
'on': push
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
- name: Install dependencies
run: npm ci
- name: Check for Lint Issues
run: npm run lint:ci