From a1be273b8edd92c2d8a8ffb993db1851f619c525 Mon Sep 17 00:00:00 2001 From: tahmidrahman-dsi Date: Fri, 19 Jan 2024 17:08:37 +0600 Subject: [PATCH] Feedback changes --- .github/workflows/cd-manual-e2e.yml | 3 --- package.json | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/cd-manual-e2e.yml b/.github/workflows/cd-manual-e2e.yml index 8114e4264b8..675ded53e49 100644 --- a/.github/workflows/cd-manual-e2e.yml +++ b/.github/workflows/cd-manual-e2e.yml @@ -34,9 +34,6 @@ jobs: environment: staging runs-on: ubuntu-20.04 timeout-minutes: 120 - strategy: - matrix: - node-version: [18.19.0] steps: - name: Checking out git repo uses: actions/checkout@v2.3.4 diff --git a/package.json b/package.json index 9d4fc774039..df14da098f7 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "linux" ], "engines": { - "node": "18.19.0" + "node": "18.19.x" }, "workspaces": [ "packages/*"