Skip to content

Commit

Permalink
Updated Staging stack node version for tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
Santhosh-testsigma committed Sep 30, 2024
1 parent 28e1463 commit 0016039
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/staging-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected] --force --unsafe-perm
Expand Down

0 comments on commit 0016039

Please sign in to comment.