From b1706d5064b1d0532964b4045a0d858236d69c04 Mon Sep 17 00:00:00 2001 From: Nicolas Morel Date: Wed, 8 Nov 2023 12:35:17 +0100 Subject: [PATCH 1/2] chore: change CI target for next --- .github/workflows/ci-plugin.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci-plugin.yml b/.github/workflows/ci-plugin.yml index aa80048..1c78893 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-plugin.yml@min-node-18-hapi-21 From 2409c3db7c411a40bb2f760e4d7cc8d69547e787 Mon Sep 17 00:00:00 2001 From: Nicolas Morel Date: Wed, 8 Nov 2023 16:27:10 +0100 Subject: [PATCH 2/2] 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 1c78893..24d0ea4 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: