From fb1927e8c6f34e7aa0b0948e95a279bffacb2069 Mon Sep 17 00:00:00 2001 From: "Md. Touhidur Rahman" <46617994+touhidurrr@users.noreply.github.com> Date: Tue, 15 Oct 2024 03:05:06 +0600 Subject: [PATCH] ensure npm is of latest version --- .github/workflows/publish.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6964da5..827f7e4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,8 +20,12 @@ jobs: uses: actions/setup-node@v4 with: node-version: "22" + check-latest: true registry-url: "https://registry.npmjs.org" + - name: Update NPM + run: npm install -g npm@latest + - name: Install dependencies run: npm install