Skip to content

build(deps): bump @babel/traverse from 7.22.8 to 7.23.2 (#1011) #1262

build(deps): bump @babel/traverse from 7.22.8 to 7.23.2 (#1011)

build(deps): bump @babel/traverse from 7.22.8 to 7.23.2 (#1011) #1262

Workflow file for this run

name: Build
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '18.x'
- run: npm install
- run: npm test