Skip to content

Commit

Permalink
trail and error 2 -> downgrade to 12 again
Browse files Browse the repository at this point in the history
  • Loading branch information
Santhosh-testsigma committed Aug 14, 2024
1 parent 7b237d9 commit dc0cb4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
- name: Install libvips
run: sudo apt-get install libvips
- uses: actions/checkout@v2
- name: Setup Node 18
- name: Setup Node 12
uses: actions/setup-node@v2
with:
node-version: '18'
node-version: '12'
- name: Install dependencies
run: |
rm -rf node_modules && npm i --force --unsafe-perm
Expand Down

0 comments on commit dc0cb4a

Please sign in to comment.