Skip to content

develop -> main

develop -> main #9

Workflow file for this run

name: Audit NPM dependencies
on:
pull_request:
# To test this CI flow in a PR add "develop" to the branches list.
branches: [release, main]
jobs:
audit:
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16.x"
- name: Audit dependencies
run: npm audit