Skip to content

build(deps-dev): bump @babel/eslint-parser from 7.22.11 to 7.22.15 #1090

build(deps-dev): bump @babel/eslint-parser from 7.22.11 to 7.22.15

build(deps-dev): bump @babel/eslint-parser from 7.22.11 to 7.22.15 #1090

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 19.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Run tests
run: |
npm i
npm run build
npm run lint