Skip to content

Bump @babel/traverse from 7.22.8 to 7.23.9 #69

Bump @babel/traverse from 7.22.8 to 7.23.9

Bump @babel/traverse from 7.22.8 to 7.23.9 #69

Workflow file for this run

name: CI/CD Using Github actions workflow
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
with:
persist-credentials: false
- name: Node & Npm Version
run: |
node -v
npm -v
- name: Install 🔧
run: npm install
- name: Test 🚨
run: npm run test
- name: Analyze 🏗️
run: npm audit