From 141a023c34e1c968b312bc6a6705acdc09353eec Mon Sep 17 00:00:00 2001 From: Hanzla Mateen Date: Mon, 14 Mar 2022 12:31:21 +0500 Subject: [PATCH] Updated workflow and gitignore --- .github/workflows/test.yml | 3 +-- .gitignore | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 92c59c45..8b51ae3f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,8 +17,7 @@ jobs: - name: Install Node.js and NPM uses: actions/setup-node@v2 with: - node-version: 16 - cache: npm + node-version: 16.x - name: npm install run: | diff --git a/.gitignore b/.gitignore index 67150716..348d89a8 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ npm-debug.log.* *.css.d.ts *.sass.d.ts *.scss.d.ts +package-lock.json