Skip to content

Chore(deps-dev): Bump @babel/eslint-plugin from 7.24.7 to 7.25.1 #998

Chore(deps-dev): Bump @babel/eslint-plugin from 7.24.7 to 7.25.1

Chore(deps-dev): Bump @babel/eslint-plugin from 7.24.7 to 7.25.1 #998

Workflow file for this run

name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run lint
- run: npm run lint:test
- run: npm run test
env:
CI: true