Skip to content

Bump @babel/traverse from 7.22.11 to 7.23.2 #38

Bump @babel/traverse from 7.22.11 to 7.23.2

Bump @babel/traverse from 7.22.11 to 7.23.2 #38

Workflow file for this run

name: '🧪 Run Tests'
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: '🚚 Checkout'
uses: actions/checkout@v3
- name: '🔧 Setup Node'
uses: actions/setup-node@v3
with:
node-version: '16'
- name: '📦️ Install dependencies'
run: yarn
- name: '🧪 Run Unit tests'
run: yarn test
- name: '⚗️ Run CI Classic test'
uses: ./
with:
path: tests/ci/classic/yarn.lock
token: ${{ secrets.GITHUB_TOKEN }}
- name: '⚗️ Run CI Berry v2 test'
uses: ./
with:
path: tests/ci/berry-v2/yarn.lock
token: ${{ secrets.GITHUB_TOKEN }}
- name: '⚗️ Run CI Berry v3 test'
uses: ./
with:
path: tests/ci/berry-v3/yarn.lock
token: ${{ secrets.GITHUB_TOKEN }}