Skip to content

Commit 1ffca07

Browse files
committed
chore: add shot types for hapi 19 & 20
Ref: hapijs/bell#497
1 parent 6fc38e8 commit 1ffca07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-plugin.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
run: npm install @hapi/hapi@${{ matrix.hapi }}
3535
- name: install hapi types
3636
if: matrix.hapi == '19' || matrix.hapi == '20'
37-
run: npm install @types/hapi__hapi@${{ matrix.hapi }}
37+
run: npm install @types/hapi__hapi@${{ matrix.hapi }} @types/hapi__shot@5
3838
- name: test
3939
run: npm test

0 commit comments

Comments
 (0)