Skip to content

build(deps-dev): bump @babel/traverse from 7.22.8 to 7.23.2 #377

build(deps-dev): bump @babel/traverse from 7.22.8 to 7.23.2

build(deps-dev): bump @babel/traverse from 7.22.8 to 7.23.2 #377

Workflow file for this run

name: Verify
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x]
steps:
- name: Checkout 🛎️
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Verify 🚦
run: |
corepack enable pnpm
pnpm install --frozen-lockfile
pnpm run build
pnpm run lint
env:
CI: true