Skip to content

Commit 9985ad1

Browse files
committed
Update deps for node v18 support, remove CI reference to old branch
1 parent 68f6a8b commit 9985ad1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci-module.yml

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: ci
33
on:
44
push:
55
branches:
6-
- v9
76
- master
87
pull_request:
98
workflow_dispatch:

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
]
2020
},
2121
"dependencies": {
22-
"@hapi/hoek": "9.x.x"
22+
"@hapi/hoek": "10.x.x"
2323
},
2424
"devDependencies": {
2525
"@hapi/eslint-plugin": "*",
26-
"@hapi/lab": "25.0.0-beta.0",
26+
"@hapi/lab": "25.0.0-beta.1",
2727
"@types/node": "^17.0.25",
2828
"typescript": "~4.6.3"
2929
},

0 commit comments

Comments
 (0)