작성
·
299
0
안녕하세요.
5개월쯤 완강하고 실습 했을때는 문제가 없었는데,
지금 다시 마지막 강의와 같이 배포하려고 하니 github action에서
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
다음과 같은 에러가 납니다.
혹시 어떤 문제인지 알 수 있을까요?
답변 1
0
안녕하세요!
Github Action에서 Node 16 버전이 너무 예전 것이라서 그럽니다 ~
Github Action 소스 코드에 16 부분을 빼고 해주세요 ^^
감사합니다.
감사합니다~ 해결했습니다!