Skip to content

⬆️ Bump @babel/traverse from 7.17.10 to 7.23.2 #44

⬆️ Bump @babel/traverse from 7.17.10 to 7.23.2

⬆️ Bump @babel/traverse from 7.17.10 to 7.23.2 #44

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
lint:
name: CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/[email protected]
name: Install PNPM
with:
version: 6
- uses: actions/setup-node@v2
with:
node-version: "16"
cache: "pnpm"
cache-dependency-path: "**/pnpm-lock.yaml"
- run: |
pnpm install
pnpm run check