From 8e1b835b86ad78a8ce4aeb0ca5da06e57ed30d81 Mon Sep 17 00:00:00 2001 From: Nemo Date: Mon, 23 May 2022 21:20:50 +0530 Subject: [PATCH] [ci] Fix npm ci --- .github/workflows/tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b07fe54..ee2c15b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,7 +8,9 @@ jobs: name: Run NPM Stuff runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 + with: + persist-credentials: false - uses: actions/setup-node@v3 - run: npm ci - run: npm test