From 37c46660102ff76bf77b0e68565c7a1c674b23ff Mon Sep 17 00:00:00 2001 From: Nicolas Morel Date: Wed, 8 Nov 2023 12:15:44 +0100 Subject: [PATCH 1/3] chore: change CI target for next --- .github/workflows/ci-module.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci-module.yml b/.github/workflows/ci-module.yml index 54426ca..23bc524 100644 --- a/.github/workflows/ci-module.yml +++ b/.github/workflows/ci-module.yml @@ -9,6 +9,4 @@ on: jobs: test: - uses: hapijs/.github/.github/workflows/ci-module.yml@master - with: - min-node-version: 14 + uses: hapijs/.github/.github/workflows/ci-module.yml@min-node-18-hapi-21 From 22f0303d7c57267c7a62b290ed2ea595748ac345 Mon Sep 17 00:00:00 2001 From: Nicolas Morel Date: Wed, 8 Nov 2023 16:23:57 +0100 Subject: [PATCH 2/3] chore: add next branch to CI targets --- .github/workflows/ci-module.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-module.yml b/.github/workflows/ci-module.yml index 23bc524..44369c8 100644 --- a/.github/workflows/ci-module.yml +++ b/.github/workflows/ci-module.yml @@ -4,6 +4,7 @@ on: push: branches: - master + - next pull_request: workflow_dispatch: From 57fed73f44afab7c65f14f8d3afa124d07f27433 Mon Sep 17 00:00:00 2001 From: Nicolas Morel Date: Wed, 23 Oct 2024 17:37:50 +0200 Subject: [PATCH 3/3] chore: bump lab --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9fd3a78..888d2bf 100755 --- a/package.json +++ b/package.json @@ -22,8 +22,8 @@ "@hapi/hoek": "^11.0.2" }, "devDependencies": { - "@hapi/eslint-plugin": "*", - "@hapi/lab": "^25.0.1", + "@hapi/eslint-plugin": "^7.0.0", + "@hapi/lab": "^26.0.0", "@types/node": "^17.0.25", "typescript": "~4.6.3" },