From fb3ac774f058279a0317187b00d27152e80c50aa Mon Sep 17 00:00:00 2001 From: Santhoshkumar <117272529+Santhosh-testsigma@users.noreply.github.com> Date: Thu, 22 Aug 2024 15:32:05 +0530 Subject: [PATCH] [Revert] -> Downgraded node version from 18 to 16 --- .github/workflows/cd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 724a2498..57878422 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -12,13 +12,13 @@ jobs: - name: Install libvips run: sudo apt-get install libvips - uses: actions/checkout@v2 - - name: Setup Node 18 + - name: Setup Node 16 uses: actions/setup-node@v2 with: - node-version: '18' + node-version: '16' - name: Install dependencies run: | - rm -rf node_modules && npm i --force --unsafe-perm + npm i --force --unsafe-perm - name: Force installing sharp run: npm install --ignore-scripts=false --verbose sharp@0.30.7 --unsafe-perm --force - name: 'Create env file'