Skip to content

Commit

Permalink
Update deps for node v18 support, remove CI reference to old branch
Browse files Browse the repository at this point in the history
  • Loading branch information
devinivy committed May 1, 2022
1 parent 68f6a8b commit 9985ad1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: ci
on:
push:
branches:
- v9
- master
pull_request:
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
]
},
"dependencies": {
"@hapi/hoek": "9.x.x"
"@hapi/hoek": "10.x.x"
},
"devDependencies": {
"@hapi/eslint-plugin": "*",
"@hapi/lab": "25.0.0-beta.0",
"@hapi/lab": "25.0.0-beta.1",
"@types/node": "^17.0.25",
"typescript": "~4.6.3"
},
Expand Down

0 comments on commit 9985ad1

Please sign in to comment.