Fix mockoon (use version 3 and not the latest) (#4592)
This commit is contained in:
parent
aff7824430
commit
c1f9f9c545
|
@ -25,7 +25,7 @@ jobs:
|
|||
node-version: "16.x"
|
||||
|
||||
- name: Install Mockoon CLI
|
||||
run: npm install -g -D @mockoon/cli
|
||||
run: npm install -g -D @mockoon/cli@3.1.0
|
||||
|
||||
- name: Install libs
|
||||
run: sudo apt-get install libcurl4-openssl-dev
|
||||
|
|
Loading…
Reference in New Issue