diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 89edfd6..48522e3 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -15,6 +15,8 @@ jobs: uses: actions/setup-node@v2 with: node-version: 14 + - name: Update npm + run: npm i -g npm@latest - name: Install Dependencies run: npm install - name: Build @@ -36,6 +38,8 @@ jobs: with: node-version: 14 registry-url: https://registry.npmjs.org/ + - name: Update npm + run: npm i -g npm@latest - name: Install Dependencies run: npm install - name: Build @@ -59,6 +63,8 @@ jobs: with: node-version: 14 registry-url: https://npm.pkg.github.com/ + - name: Update npm + run: npm i -g npm@latest - name: Install Dependencies run: npm install - name: Build