Use "npm ci" rather than "npm install" to prevent updates during CI
This commit is contained in:
parent
d591d2be1b
commit
beaec4e8dd
3
.github/workflows/pull_requests.yml
vendored
3
.github/workflows/pull_requests.yml
vendored
@ -22,8 +22,7 @@ jobs:
|
||||
|
||||
- name: Install
|
||||
run: |
|
||||
export DETECT_CHROMEDRIVER_VERSION=true
|
||||
npm install
|
||||
npm ci
|
||||
npm run setheapsize
|
||||
|
||||
- name: Lint
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user