diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0ffbfcc..64305a7c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Update npm to the latest version - run: npm install -g npm@latest + run: npm install -g npm@9.9.2 - name: Install packages that are used in this pipeline run: npm install --global ajv-cli wait-on - run: npm install