1 parent adef683 commit f22ba16Copy full SHA for f22ba16
1 file changed
.github/workflows/test-tar.yml
@@ -33,7 +33,7 @@ jobs:
33
node-version: 'lts/*'
34
35
- name: fetch Prism and deps
36
- run: npm install $(grep -m1 prism-cli scripts/mock | awk '{print $3}' | sed s/--package=//)
+ run: npm install $(grep -m1 prism-cli scripts/mock | awk '{print $3}' | sed s/--package=//) --min-release-age=7
37
working-directory: ${{ env.CHECKOUT_DIR }}
38
39
# The spec is under a BSD license see https://github.com/cloudflare/api-schemas
0 commit comments