From 001603916825bdeb56df9bea33db40040d064236 Mon Sep 17 00:00:00 2001 From: Santhoshkumar <117272529+Santhosh-testsigma@users.noreply.github.com> Date: Mon, 30 Sep 2024 12:38:02 +0530 Subject: [PATCH] Updated Staging stack node version for tutorials --- .github/workflows/staging-cd.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/staging-cd.yml b/.github/workflows/staging-cd.yml index 82d7eb8..26e5a8c 100644 --- a/.github/workflows/staging-cd.yml +++ b/.github/workflows/staging-cd.yml @@ -12,12 +12,13 @@ jobs: - name: Install libvips run: sudo apt-get install libvips - uses: actions/checkout@v2 - - name: Setup Node 16 + - name: Setup Node 18 uses: actions/setup-node@v2 with: - node-version: '16' + node-version: '18' - name: Install dependencies run: | + rm -rf .cache node_modules npm i --force --unsafe-perm - name: Force installing sharp run: npm install --ignore-scripts=false --verbose sharp@0.30.7 --force --unsafe-perm