Skip to content

update to use node.js 20 #170

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

Merged
merged 1 commit into from
Jan 31, 2024
Merged

update to use node.js 20 #170

merged 1 commit into from
Jan 31, 2024

Conversation

helenwangjia
Copy link
Contributor

@helenwangjia helenwangjia commented Jan 31, 2024

close #168

テストするために、workflowを作って
Screenshot 2024-01-31 at 14 10 20
Dockerfileに対して、そのworkflowをrunしました。lintのエラーがなくなりました。
Screenshot 2024-01-31 at 14 10 56

@helenwangjia helenwangjia requested review from k-tanaka-v and takuma0121 and removed request for k-tanaka-v January 31, 2024 04:47
@helenwangjia helenwangjia added the bug Something isn't working label Jan 31, 2024
@helenwangjia helenwangjia added this to the STEP2.9リリース milestone Jan 31, 2024
Comment on lines +9 to +11
- uses: actions/setup-node@v3
with:
node-version: 20
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

setup-node@v3 ステップを追加しました。これにより、Node.js バージョンが 20 に設定されます。

@takuma0121 takuma0121 merged commit 0754911 into main Jan 31, 2024
@takuma0121 takuma0121 deleted the fix-black-lint-problem branch January 31, 2024 07:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

black.ymlでlintのエラーが出ていますので、node.jsのversionをアップデート
2 participants