Skip to content

Commit

Permalink
Downgraded node version to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
Santhosh-testsigma committed Aug 22, 2024
1 parent e3d715c commit 8227297
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/staging-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
run: |
PREFIX_PATHS=true npm run build && npm run deploy
env:
AWS_ACCESS_KEY_ID: ${{ secrets.WEBSITE_STAGING_AWS_ACCESS_KEY_ID_V1 }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.WEBSITE_STAGING_AWS_SECRET_ACCESS_KEY_V1 }}
AWS_ACCESS_KEY_ID: ${{ secrets.WEBSITE_STAGING_AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.WEBSITE_STAGING_AWS_SECRET_ACCESS_KEY }}
AWS_DEFAULT_REGION: 'us-east-1'
AWS_DEFAULT_OUTPUT: json
TYPESENSE_HOST: ${{ secrets.WEBSITE_STAGING_TYPESENSE_HOST }}
Expand Down

0 comments on commit 8227297

Please sign in to comment.