Skip to content

Commit

Permalink
fix: silence aws-sdk deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
g-tejas committed Jun 26, 2024
1 parent 4ceb3d1 commit 60fa27c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
- run: npm run build
env:
NODE_OPTIONS: '--max-old-space-size=4096 --openssl-legacy-provider'
AWS_SDK_JS_SUPPRESS_MAINTENANCE_MODE_MESSAGE: 1
- name: Upload build files
uses: actions/upload-artifact@v2
if: always()
Expand Down Expand Up @@ -98,6 +99,7 @@ jobs:
- name: Run frontend test
env:
NODE_OPTIONS: --max-old-space-size=4096
AWS_SDK_JS_SUPPRESS_MAINTENANCE_MODE_MESSAGE: 1
run: npm run test:frontend

frontend_lint:
Expand Down Expand Up @@ -157,6 +159,7 @@ jobs:
- run: npm run test:backend:ci
env:
NODE_OPTIONS: '--max-old-space-size=4096'
AWS_SDK_JS_SUPPRESS_MAINTENANCE_MODE_MESSAGE: 1
- name: Coveralls
uses: coverallsapp/github-action@master
with:
Expand Down

0 comments on commit 60fa27c

Please sign in to comment.