Skip to content

Bump @babel/traverse from 7.18.11 to 7.23.2 #32

Bump @babel/traverse from 7.18.11 to 7.23.2

Bump @babel/traverse from 7.18.11 to 7.23.2 #32

Workflow file for this run

name: Testing
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
analyze:
name: CodeQL
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: 'javascript'
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: 'npm'
- run: npm ci
- run: npm run build
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2