From 1a235e2e94204112467f7cbc30b0f8bc92258c1e Mon Sep 17 00:00:00 2001 From: Yash Patel <109963122+PatelYash7@users.noreply.github.com> Date: Mon, 17 Jun 2024 13:00:28 +0530 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a3f44e4..7ab8b32 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,7 +20,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v2 with: - node-version: '14' + node-version: '20' - name: Install dependencies run: npm install