Skip to content

Commit f22ba16

Browse files
committed
workflows: test-tar: avoid recent npm releases
1 parent adef683 commit f22ba16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-tar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
node-version: 'lts/*'
3434

3535
- name: fetch Prism and deps
36-
run: npm install $(grep -m1 prism-cli scripts/mock | awk '{print $3}' | sed s/--package=//)
36+
run: npm install $(grep -m1 prism-cli scripts/mock | awk '{print $3}' | sed s/--package=//) --min-release-age=7
3737
working-directory: ${{ env.CHECKOUT_DIR }}
3838

3939
# The spec is under a BSD license see https://github.com/cloudflare/api-schemas

0 commit comments

Comments
 (0)