Skip to content

Bump @babel/traverse from 7.16.10 to 7.23.9 #29

Bump @babel/traverse from 7.16.10 to 7.23.9

Bump @babel/traverse from 7.16.10 to 7.23.9 #29

Workflow file for this run

# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Pull request CI
on:
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "16"
cache: "yarn"
- run: yarn install --frozen-lockfile
- run: yarn run test