Skip to content

chore(deps): update dependency @babel/core to v7.25.8 (#875) #7

chore(deps): update dependency @babel/core to v7.25.8 (#875)

chore(deps): update dependency @babel/core to v7.25.8 (#875) #7

Workflow file for this run

name: Audit Dependencies
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-node@v4
id: setup-node
with:
node-version: '18'
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
- if: ${{ github.actor != 'dependabot[bot]' && github.actor != 'renovate[bot]' }}
run: |
npm audit