Skip to content

Add missing import statements #12977

Add missing import statements

Add missing import statements #12977

Workflow file for this run

name: Security
on: [push]
env:
NODE_VERSION: 20
jobs:
build:
name: NPM audit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # https://github.com/actions/checkout/releases/tag/v4.1.1
- name: Use Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # https://github.com/actions/setup-node/releases/tag/v4.0.2
with:
node-version: ${{ env.NODE_VERSION }}
cache: 'npm'
- name: NPM audit
run: |
npm audit --omit=dev --omit=peer