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