Skip to content

chore(deps-dev): bump @babel/traverse from 7.22.6 to 7.24.0 #421

chore(deps-dev): bump @babel/traverse from 7.22.6 to 7.24.0

chore(deps-dev): bump @babel/traverse from 7.22.6 to 7.24.0 #421

Workflow file for this run

name: node
on:
push:
jobs:
install:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: npm
- name: install
run: npm ci
- name: build
run: npm run build
- name: test
run: npm run test