Skip to content

Commit

Permalink
Upgraded node version to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
Santhosh-testsigma committed Aug 14, 2024
1 parent dc0cb4a commit 006bdbe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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 16
- name: Setup Node 18
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '18'
- name: Install dependencies
run: |
npm i --force --unsafe-perm
rm -rf node_modules && 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
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ jobs:
- name: Install libvips
run: sudo apt-get install libvips
- uses: actions/checkout@v2
- name: Setup Node 12
- name: Setup Node 18
uses: actions/setup-node@v2
with:
node-version: '12'
node-version: '18'
- name: Install dependencies
run: |
rm -rf node_modules && npm i --force --unsafe-perm
- name: Force installing sharp
run: npm install --ignore-scripts=false --verbose [email protected] --force
run: npm install --ignore-scripts=false --verbose [email protected] --force --unsafe-perm
- name: 'Create env file'
run: |
touch .env
Expand Down

0 comments on commit 006bdbe

Please sign in to comment.