diff --git a/.github/workflows/build_pull_request.yml b/.github/workflows/build_pull_request.yml index 131bc941..e48efe16 100644 --- a/.github/workflows/build_pull_request.yml +++ b/.github/workflows/build_pull_request.yml @@ -22,8 +22,7 @@ jobs: run: | apt-get update && apt-get install -y \ software-properties-common \ - npm - run: | + npm npm install npm@latest -g && \ npm install n -g && \ n latest