From 0172c4f75dc48d012dd6f8ddfb4a09c8c390613f Mon Sep 17 00:00:00 2001 From: Thomas Phung <81277197+thomasphung@users.noreply.github.com> Date: Tue, 16 Jul 2024 16:27:44 -0700 Subject: [PATCH] Update snyk-security.yml npm install --- .github/workflows/snyk-security.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/snyk-security.yml b/.github/workflows/snyk-security.yml index 4f36a27..3efc8e8 100644 --- a/.github/workflows/snyk-security.yml +++ b/.github/workflows/snyk-security.yml @@ -56,7 +56,10 @@ jobs: uses: actions/setup-node@v3 with: node-version: 22 - + + - name: Install dependencies + run: npm install + - name: Authenticate into Snyk run: snyk auth