From a90ad5d68e49dfb104dd5e62cf9721c64d1a1d3c Mon Sep 17 00:00:00 2001 From: Nicolas Morel Date: Wed, 8 Nov 2023 12:51:01 +0100 Subject: [PATCH 1/3] chore: change CI target for next --- .github/workflows/ci-plugin.yml | 5 +---- package.json | 6 +++--- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci-plugin.yml b/.github/workflows/ci-plugin.yml index aa80048..23bc524 100644 --- a/.github/workflows/ci-plugin.yml +++ b/.github/workflows/ci-plugin.yml @@ -9,7 +9,4 @@ on: jobs: test: - uses: hapijs/.github/.github/workflows/ci-plugin.yml@master - with: - min-node-version: 14 - min-hapi-version: 20 + uses: hapijs/.github/.github/workflows/ci-module.yml@min-node-18-hapi-21 diff --git a/package.json b/package.json index bd45a9b..e400709 100644 --- a/package.json +++ b/package.json @@ -22,10 +22,10 @@ "my-ua-parser": "^2.0.4" }, "devDependencies": { - "@hapi/code": "^9.0.0", + "@hapi/code": "^9.0.3", "@hapi/eslint-plugin": "^6.0.0", - "@hapi/hapi": "^21.0.0-beta.1", - "@hapi/lab": "^25.0.1" + "@hapi/hapi": "^21.3.2", + "@hapi/lab": "^25.1.3" }, "scripts": { "test": "lab -a @hapi/code -t 100 -L", From 33a552aef14cf852e85043ce02531d9c7936ffeb Mon Sep 17 00:00:00 2001 From: Nicolas Morel Date: Wed, 8 Nov 2023 16:29:31 +0100 Subject: [PATCH 2/3] chore: add next branch to CI targets --- .github/workflows/ci-plugin.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-plugin.yml b/.github/workflows/ci-plugin.yml index 23bc524..44369c8 100644 --- a/.github/workflows/ci-plugin.yml +++ b/.github/workflows/ci-plugin.yml @@ -4,6 +4,7 @@ on: push: branches: - master + - next pull_request: workflow_dispatch: From c53e33c4de4dcec6e7c3f80e4ed42e677ecf56b6 Mon Sep 17 00:00:00 2001 From: Nicolas Morel Date: Sun, 15 Mar 2026 21:34:08 +0100 Subject: [PATCH 3/3] chore: move target to node 22 --- .github/workflows/ci-plugin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-plugin.yml b/.github/workflows/ci-plugin.yml index 44369c8..407ccb7 100644 --- a/.github/workflows/ci-plugin.yml +++ b/.github/workflows/ci-plugin.yml @@ -10,4 +10,4 @@ on: jobs: test: - uses: hapijs/.github/.github/workflows/ci-module.yml@min-node-18-hapi-21 + uses: hapijs/.github/.github/workflows/ci-module.yml@min-node-22-hapi-21