Skip to content

Bump @babel/traverse from 7.11.5 to 7.23.2 #24

Bump @babel/traverse from 7.11.5 to 7.23.2

Bump @babel/traverse from 7.11.5 to 7.23.2 #24

Workflow file for this run

name: nodeci
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['12', '14']
steps:
- uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v2-beta
with:
node-version: ${{ matrix.node }}
- uses: pnpm/[email protected]
with:
version: 5.11.1
run_install: |
- recursive: true
- run: pnpm build -r
- run: pnpm test -r