Skip to content

chore(deps): bump @babel/runtime from 7.21.0 to 7.27.6 #1278

chore(deps): bump @babel/runtime from 7.21.0 to 7.27.6

chore(deps): bump @babel/runtime from 7.21.0 to 7.27.6 #1278

Workflow file for this run

name: 'ESLint error report'
on:
pull_request:
branches:
- develop
- main
jobs:
ubuntu-job:
name: 'ESLint on Ubuntu'
runs-on: ubuntu-latest # Can be self-hosted runner also
steps:
- name: 'Checkout the repository'
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '18.x'
- name: 'Install Node Modules'
run: npm install --legacy-peer-deps
- name: 'Running ESLint only showing errors'
run: npm run lint:errors