We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68f6a8b commit 9985ad1Copy full SHA for 9985ad1
.github/workflows/ci-module.yml
@@ -3,7 +3,6 @@ name: ci
3
on:
4
push:
5
branches:
6
- - v9
7
- master
8
pull_request:
9
workflow_dispatch:
package.json
@@ -19,11 +19,11 @@
19
]
20
},
21
"dependencies": {
22
- "@hapi/hoek": "9.x.x"
+ "@hapi/hoek": "10.x.x"
23
24
"devDependencies": {
25
"@hapi/eslint-plugin": "*",
26
- "@hapi/lab": "25.0.0-beta.0",
+ "@hapi/lab": "25.0.0-beta.1",
27
"@types/node": "^17.0.25",
28
"typescript": "~4.6.3"
29
0 commit comments