깃허브의 CI 서비스인 GitHub Actions를 사용하여 자바스크립트 프로젝트의 지속 통합(Continuous Integration)을 위한 워크플로우를 구성하는 방법에 대해서 알아보겠습니다. 또한 자바스크립트 프로젝트에서 GitHub Actions 셋업이 용이하도록 깃허브에서 제공하는 Setup Node 액션에 대해서도 살펴보겠습니다.
📺 동영상: https://youtu.be/nt2hWIeJOMU
📝 포스팅: https://www.daleseo.com/github-actions-setup-node/
🧑💻 실습 저장소: https://github.com/DaleSchool/github-actions-setup-node
깃허브의 CI 도구인 GitHub Actions에 대해 공부하고 계시다면 아래 게시물도 함께 참고하시면 도움이 될 것 같습니다.
📕 GitHub Actions의 소개와 핵심 개념: https://careerly.co.kr/comments/87570
📗 GitHub Actions 첫 워크플로우 생성해보기: https://careerly.co.kr/comments/89206
📘 GitHub Actions의 체크아웃 액션으로 코드 내려받기: https://careerly.co.kr/comments/89589
📙 GitHub Actions의 캐시 액션으로 패키지 설치 최적화하기: https://careerly.co.kr/comments/90024