diff --git a/.github/workflows/beta-pack.yml b/.github/workflows/beta-pack.yml index eed66e0..0132c16 100644 --- a/.github/workflows/beta-pack.yml +++ b/.github/workflows/beta-pack.yml @@ -41,7 +41,9 @@ jobs: ${{ runner.os }}-node-caches- - name: Install dependencies - run: npm install + run: | + npm install npm@8.5 -g + npm install - name: Build Packages run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a9fa97e..47ca106 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,9 @@ jobs: ${{ runner.os }}-node-caches- - name: Install dependencies - run: npm install + run: | + npm install npm@8.5 -g + npm install - name: Build Packages run: |