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