diff --git a/.github/workflows/check-docs.yml b/.github/workflows/check-docs.yml index bafe792996..161f64b021 100644 --- a/.github/workflows/check-docs.yml +++ b/.github/workflows/check-docs.yml @@ -22,6 +22,9 @@ jobs: with: node-version: ${{ matrix.node-version }} + - name: Install specific npm version + run: npm install -g npm@9.6.5 + - name: Generate Extensions API Reference using typedocs run: | npm install diff --git a/.github/workflows/cron-test.yaml b/.github/workflows/cron-test.yaml index 5be4bfac2d..ca9499d03f 100644 --- a/.github/workflows/cron-test.yaml +++ b/.github/workflows/cron-test.yaml @@ -27,6 +27,9 @@ jobs: with: node-version: ${{ matrix.node-version }} + - name: Install specific npm version + run: npm install -g npm@9.6.5 + - name: Get npm cache directory path if: ${{ runner.os != 'Windows' }} id: npm-cache-dir-path diff --git a/.github/workflows/daily-alpha.yml b/.github/workflows/daily-alpha.yml index 13170ecd87..c25c29794a 100644 --- a/.github/workflows/daily-alpha.yml +++ b/.github/workflows/daily-alpha.yml @@ -15,6 +15,9 @@ jobs: node-version: "16.x" registry-url: "https://npm.pkg.github.com" + - name: Install specific npm version + run: npm install -g npm@9.6.5 + - name: Install deps run: | npm install diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 87cef33162..f1aaf3210e 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -22,6 +22,9 @@ jobs: with: node-version: ${{ matrix.node-version }} + - name: Install specific npm version + run: npm install -g npm@9.6.5 + - name: Install deps run: npm install diff --git a/.github/workflows/mkdocs-manual.yml b/.github/workflows/mkdocs-manual.yml index 5656cdce77..219178dfd1 100644 --- a/.github/workflows/mkdocs-manual.yml +++ b/.github/workflows/mkdocs-manual.yml @@ -35,6 +35,9 @@ jobs: with: node-version: ${{ matrix.node-version }} + - name: Install specific npm version + run: npm install -g npm@9.6.5 + - name: Generate Extensions API Reference using typedocs run: | npm install diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index 4c63c78d36..31a5cb579c 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -32,6 +32,9 @@ jobs: with: node-version: ${{ matrix.node-version }} + - name: Install specific npm version + run: npm install -g npm@9.6.5 + - name: Generate Extensions API Reference using typedocs run: | npm install @@ -75,6 +78,9 @@ jobs: with: node-version: ${{ matrix.node-version }} + - name: Install specific npm version + run: npm install -g npm@9.6.5 + - name: Generate Extensions API Reference using typedocs run: | npm ci diff --git a/.github/workflows/publish-release-npm.yml b/.github/workflows/publish-release-npm.yml index 01ca775fbe..adefb760dc 100644 --- a/.github/workflows/publish-release-npm.yml +++ b/.github/workflows/publish-release-npm.yml @@ -30,6 +30,9 @@ jobs: with: node-version: ${{ matrix.node-version }} + - name: Install specific npm version + run: npm install -g npm@9.6.5 + - name: Generate NPM packages run: | npm ci diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1244f45647..81424f1e74 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,6 +34,9 @@ jobs: with: node-version: ${{ matrix.node-version }} + - name: Install specific npm version + run: npm install -g npm@9.6.5 + - name: Get npm cache directory path if: ${{ runner.os != 'Windows' }} id: npm-cache-dir-path @@ -101,6 +104,9 @@ jobs: with: node-version: ${{ matrix.node-version }} + - name: Install specific npm version + run: npm install -g npm@9.6.5 + - name: Get npm cache directory path if: ${{ runner.os != 'Windows' }} id: npm-cache-dir-path