Skip to content

build(deps): bump @babel/traverse from 7.21.3 to 7.23.2 #10

build(deps): bump @babel/traverse from 7.21.3 to 7.23.2

build(deps): bump @babel/traverse from 7.21.3 to 7.23.2 #10

Workflow file for this run

name: Test
on:
pull_request:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Run tests
run: yarn test