diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90398f9e..91a2bc29 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,10 +9,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - name: Use Node.js 16.x - uses: actions/setup-node@v1 + - name: Use Node.js 18.x + uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: '18' - name: Install pnpm run: npm install -g pnpm@7.28.0 diff --git a/src/views/MainPage/components/Banner/index.tsx b/src/views/MainPage/components/Banner/index.tsx index 9cf65c0d..cb41a93a 100644 --- a/src/views/MainPage/components/Banner/index.tsx +++ b/src/views/MainPage/components/Banner/index.tsx @@ -19,7 +19,7 @@ export default function Banner() { 함께라서 외칠 수 있는 열정 오직 이곳 SOPT에서만. - {isValid ? '35기 YB 지원하기 ' : '모집 알림 신청하기 '}>{' '} + {isValid ? '36기 YB 지원하기 ' : '모집 알림 신청하기 '}>{' '} diff --git a/src/views/MainPage/components/RecruitMessage/index.tsx b/src/views/MainPage/components/RecruitMessage/index.tsx index 4c14ac9d..08d98660 100644 --- a/src/views/MainPage/components/RecruitMessage/index.tsx +++ b/src/views/MainPage/components/RecruitMessage/index.tsx @@ -9,13 +9,13 @@ export default function RecruitMessage() { return ( - 솝트의 35번째{isMobileSize ? : ' '}열정이 되어주세요! + 솝트의 36번째{isMobileSize ? : ' '}열정이 되어주세요! {!isValid && ( - 아직 모집기간이 아니예요.{isMobileSize && }알림 신청을 하시면, 가을에 찾아갈게요! + 아직 모집기간이 아니예요.{isMobileSize && }알림 신청을 하시면, 봄에 찾아갈게요! )} - {isValid ? '35기 YB 지원하기 ' : '모집 알림 신청하기 '}> + {isValid ? '36기 YB 지원하기 ' : '모집 알림 신청하기 '}> ); } diff --git a/src/views/MainPage/components/TopBanner/index.tsx b/src/views/MainPage/components/TopBanner/index.tsx index 6c6717f7..ca76d9f2 100644 --- a/src/views/MainPage/components/TopBanner/index.tsx +++ b/src/views/MainPage/components/TopBanner/index.tsx @@ -30,7 +30,7 @@ export default function TopBanner() { - 솝트의 35번째 열정이 되어주세요! + 솝트의 36번째 열정이 되어주세요!