Skip to content

chore(deps): bump @babel/traverse from 7.22.17 to 7.23.2 #1

chore(deps): bump @babel/traverse from 7.22.17 to 7.23.2

chore(deps): bump @babel/traverse from 7.22.17 to 7.23.2 #1

Workflow file for this run

name: Test package
on:
pull_request
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: yarn build
- run: yarn test