Skip to content

build(deps-dev): bump @babel/traverse from 7.20.13 to 7.23.2 #6

build(deps-dev): bump @babel/traverse from 7.20.13 to 7.23.2

build(deps-dev): bump @babel/traverse from 7.20.13 to 7.23.2 #6

Workflow file for this run

name: NodeJS
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Dependencies
run: npm ci
- name: test
run: npm run test