From db70aa1b58c6a4866d19311fb31a147d5d43dbad Mon Sep 17 00:00:00 2001 From: Nicolas Morel Date: Wed, 8 Nov 2023 12:01:52 +0100 Subject: [PATCH 1/3] 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 7d82b48512a7681cbe97f9f90c651c171cbe0a69 Mon Sep 17 00:00:00 2001 From: Nicolas Morel Date: Wed, 8 Nov 2023 16:20:54 +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 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: From d9ec58c08b86f1e6a4a3dca45cdb0cc388d5979a Mon Sep 17 00:00:00 2001 From: Nicolas Morel Date: Wed, 23 Oct 2024 16:42:17 +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 413a86a..2080c68 100644 --- a/package.json +++ b/package.json @@ -25,9 +25,9 @@ }, "devDependencies": { "@hapi/code": "^9.0.3", - "@hapi/eslint-plugin": "*", + "@hapi/eslint-plugin": "^7.0.0", "@hapi/hapi": "^21.3.2", - "@hapi/lab": "^25.1.2", + "@hapi/lab": "^26.0.0", "@types/node": "^14.18.48", "joi": "^17.9.2", "typescript": "^5.1.3"