From 482e68098297841d0d7a0377698ea7972baee6d7 Mon Sep 17 00:00:00 2001 From: Shubham Tiwari Date: Thu, 9 Nov 2023 12:36:21 +0530 Subject: [PATCH] chore: removed LTS version --- .github/workflows/test-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index 760cac0d8f..caab0261da 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -69,7 +69,7 @@ jobs: - name: Set up Node uses: actions/setup-node@v3 with: - node-version: lts/* + node-version: 18 - run: npm install