From 1679c74372192458ad8107d4dccd512e620f4c84 Mon Sep 17 00:00:00 2001 From: Nicolas Morel Date: Wed, 8 Nov 2023 12:29:35 +0100 Subject: [PATCH 1/2] 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 7229300a8..bc934ad39 100644 --- a/.github/workflows/ci-module.yml +++ b/.github/workflows/ci-module.yml @@ -10,6 +10,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 59c8f8b437b40ec02c366133acb9f9cbf0b5004e Mon Sep 17 00:00:00 2001 From: Nicolas Morel Date: Wed, 8 Nov 2023 16:25:31 +0100 Subject: [PATCH 2/2] 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 bc934ad39..e6cd05894 100644 --- a/.github/workflows/ci-module.yml +++ b/.github/workflows/ci-module.yml @@ -5,6 +5,7 @@ on: branches: - v21 - master + - next pull_request: workflow_dispatch: