Skip to content

Commit

Permalink
[Revert] -> Downgraded node version from 18 to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
Santhosh-testsigma committed Aug 22, 2024
1 parent 58653e7 commit fb3ac77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected] --unsafe-perm --force
- name: 'Create env file'
Expand Down

0 comments on commit fb3ac77

Please sign in to comment.