diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b56d977786e..78e497233cb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -83,7 +83,7 @@ jobs: - name: install run: | - npm ci + npx -y npm-ci-please@1 env: CI: true @@ -150,7 +150,7 @@ jobs: - name: install run: | - npm ci + npx -y npm-ci-please@1 env: CI: true @@ -191,7 +191,7 @@ jobs: - name: install run: | - npm ci + npx -y npm-ci-please@1 env: CI: true @@ -291,7 +291,7 @@ jobs: - name: install run: | - npm ci + npx -y npm-ci-please@1 env: CI: true @@ -353,7 +353,7 @@ jobs: - name: install run: | - npm ci + npx -y npm-ci-please@1 env: CI: true @@ -435,7 +435,7 @@ jobs: - name: install run: | - npm ci + npx -y npm-ci-please@1 env: CI: true diff --git a/scripts/netlify.sh b/scripts/netlify.sh index 331cb5340be..ed2fd9ffff4 100755 --- a/scripts/netlify.sh +++ b/scripts/netlify.sh @@ -6,7 +6,7 @@ if [[ $(git rev-parse --is-shallow-repository) = "true" ]]; then git fetch --unshallow fi -npm ci +npx -y npm-ci-please@1 node ./scripts/set-package-version.js npm run lint npm run type-check