From ae919c682d54a256897bf2ee6b4e556a4bfbb3ba Mon Sep 17 00:00:00 2001 From: Ashish Modi Date: Sun, 22 Sep 2024 20:33:00 +0100 Subject: [PATCH] Update npmpublish.yml --- .github/workflows/npmpublish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index 3452ed0..d6329cb 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -22,11 +22,11 @@ jobs: runs-on: ubuntu-latest needs: build steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 with: persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token fetch-depth: 0 # otherwise, you will failed to push refs to dest repo: - - uses: actions/setup-node@v1 + - uses: actions/checkout@v3 with: node-version: 14 registry-url: https://registry.npmjs.org/