chore(deps-dev): bump @babel/preset-env from 7.16.11 to 7.22.10 #1100
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Editor Lint Code Base | |
on: pull_request | |
jobs: | |
lint: | |
name: Lint Code Base | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout branch | |
uses: actions/checkout@v2 | |
- name: Use Node.js 15.x | |
uses: actions/[email protected] | |
with: | |
node-version: '15.x' | |
- name: Install | |
run: | | |
npm ci | |
- name: eslint | |
run: | | |
npm run lint:all |