Skip to content

Bump @babel/traverse from 7.22.8 to 7.23.3 #20

Bump @babel/traverse from 7.22.8 to 7.23.3

Bump @babel/traverse from 7.22.8 to 7.23.3 #20

Workflow file for this run

name: QA
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 7.x
- uses: actions/setup-node@v3
with:
node-version: 19.x
cache: pnpm
- name: Install
run: pnpm install --no-frozen-lockfile # fix issues with pnpm-lock
- name: Lint
run: pnpm run lint