Skip to content

Bump @babel/traverse from 7.22.4 to 7.23.2 #15

Bump @babel/traverse from 7.22.4 to 7.23.2

Bump @babel/traverse from 7.22.4 to 7.23.2 #15

Workflow file for this run

name: Check
on:
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
- name: Prepare
run: npm ci
- name: Lint
run: npm run lint