Skip to content

Test Dependencies #1095

Test Dependencies

Test Dependencies #1095

# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Test Dependencies
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: npm i --package-lock-only
- run: npm audit --production