Update integration tests and package versions (#211)

* Update gas-types-detailed package

* Update LICENSE

* update node versions and macos versions in workflows

* add NODE_OPTIONS env: max_old_space_size=4096

* support new log-in flow
This commit is contained in:
Elisha Nuchi
2024-03-22 01:40:15 -04:00
committed by GitHub
parent 7a26c690e1
commit 5f2012ce56
9 changed files with 111 additions and 22 deletions
+5
View File
@@ -20,6 +20,11 @@ require('dotenv').config();
const UPLOAD_BUCKET = process.env.S3_BUCKET_NAME;
AWS.config.update({
accessKeyId: process.env.AWS_ACCESS_KEY_ID,
secretAccessKey: process.env.AWS_SECRET_ACCESS_KEY,
});
const s3 = new AWS.S3({ apiVersion: '2006-03-01' });
class ImageReporter {