Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

206 oauthの認証ボタン作るます #216

Merged
merged 11 commits into from
May 26, 2023
Merged
Prev Previous commit
Next Next commit
nodeのバグで42authできなかったのでバージョンを下げた
  • Loading branch information
wyoheiii committed May 15, 2023

Verified

This commit was signed with the committer’s verified signature.
RaisinTen Darshan Sen
commit 11eb4c03bdcb8fe3d2864e81bb14354452704b3e
4 changes: 3 additions & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM node
# TODO: node20のバグを修正したら消す
# https://github.com/nodejs/node/issues/47822
FROM node:19.9.0

WORKDIR /workdir