We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fc38e8 commit 1ffca07Copy full SHA for 1ffca07
.github/workflows/ci-plugin.yml
@@ -34,6 +34,6 @@ jobs:
34
run: npm install @hapi/hapi@${{ matrix.hapi }}
35
- name: install hapi types
36
if: matrix.hapi == '19' || matrix.hapi == '20'
37
- run: npm install @types/hapi__hapi@${{ matrix.hapi }}
+ run: npm install @types/hapi__hapi@${{ matrix.hapi }} @types/hapi__shot@5
38
- name: test
39
run: npm test
0 commit comments