From f9de4bbce8da441e0116893d69448beb7097be5c Mon Sep 17 00:00:00 2001 From: Antoine Jaussoin Date: Sun, 3 Apr 2022 12:08:42 +0100 Subject: [PATCH] Revert passport version (#382) --- .github/workflows/alpha.yml | 2 +- backend/package.json | 2 +- dependencies.md | 1 + integration/.gitignore | 3 ++- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index 173e9b814..d1bb2b942 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -2,7 +2,7 @@ name: 'Alpha Build' on: push: - branches: [v4140/emoji] + branches: [v4140/integration] jobs: build: diff --git a/backend/package.json b/backend/package.json index 1a8d3a5cd..942b8c6c7 100644 --- a/backend/package.json +++ b/backend/package.json @@ -64,7 +64,7 @@ "moment": "2.29.1", "node-fetch": "2.6.7", "nodemon": "2.0.15", - "passport": "0.5.2", + "passport": "0.5.0", "passport-github2": "0.1.12", "passport-google-oauth20": "2.0.0", "passport-local": "1.0.0", diff --git a/dependencies.md b/dependencies.md index 5641f59f9..2f42d01ae 100644 --- a/dependencies.md +++ b/dependencies.md @@ -8,6 +8,7 @@ - node-fetch: 2.6.7 (same reason) - @types/node-fetch: 2.5.12 - redis 3.1.2 (new version incompatible with express-redis) +- passport 0.5.0 (new version, including 0.5.2 breaks set user when using Docker, but not locally) ### Frontend diff --git a/integration/.gitignore b/integration/.gitignore index a53d9628c..2e9babf33 100644 --- a/integration/.gitignore +++ b/integration/.gitignore @@ -1 +1,2 @@ -*.mp4 \ No newline at end of file +*.mp4 +screenshots/ \ No newline at end of file