Skip to content

build(deps): bump @babel/traverse from 7.22.15 to 7.23.7 #342

build(deps): bump @babel/traverse from 7.22.15 to 7.23.7

build(deps): bump @babel/traverse from 7.22.15 to 7.23.7 #342

Workflow file for this run

name: ESLint
on:
push:
branches: [ main, recette ]
pull_request:
branches: [ main, recette ]
jobs:
eslint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run lint