From 656a8986579620ee1839421c1a12db64bdda3c6d Mon Sep 17 00:00:00 2001 From: Justin Mathew <42416647+sastaachar@users.noreply.github.com> Date: Tue, 27 Aug 2024 15:25:32 +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 090f45fe..285683ea 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -83,7 +83,7 @@ jobs: # Use NodeJS v12.18.3 - uses: actions/setup-node@v2 with: - node-version: '12.18.3' + node-version: '20.16.0' # Run npm install - name: Run npm install