From a7eb3bff09b68b8f5ef2593dd670fd3d3aae6535 Mon Sep 17 00:00:00 2001 From: Martin Heidegger Date: Tue, 21 Jan 2025 18:51:05 +0900 Subject: [PATCH] fix: disabling serverless v4 as plugin test system wasn't updated for v4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f43b9b..dbc15d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: serverless: - "2" - "3" - - "4" + # - "4" Official way to test plugins for serverless is missing. steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4