diff --git a/.github/workflows/deploy_client.yml b/.github/workflows/deploy_client.yml index a1974c6c..86e10a95 100644 --- a/.github/workflows/deploy_client.yml +++ b/.github/workflows/deploy_client.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 - name: Node.js 설정 - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: '22' cache: 'npm' diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 6f02284b..569e9de4 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v4 - name: Set up Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: '22' cache: 'npm' diff --git a/.github/workflows/playwright_oauth_smoke.yml b/.github/workflows/playwright_oauth_smoke.yml index 9508fc0d..6d16ac3c 100644 --- a/.github/workflows/playwright_oauth_smoke.yml +++ b/.github/workflows/playwright_oauth_smoke.yml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v4 - name: Set up Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: '22' cache: 'npm' diff --git a/.github/workflows/test_email-worker.yml b/.github/workflows/test_email-worker.yml index 81620a76..ff40866a 100644 --- a/.github/workflows/test_email-worker.yml +++ b/.github/workflows/test_email-worker.yml @@ -17,7 +17,7 @@ jobs: # 2. Node.js 환경 설정 - name: Set up Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: '22' cache: 'npm' diff --git a/.github/workflows/test_feed-crawler.yml b/.github/workflows/test_feed-crawler.yml index bebc0925..3fdeff70 100644 --- a/.github/workflows/test_feed-crawler.yml +++ b/.github/workflows/test_feed-crawler.yml @@ -17,7 +17,7 @@ jobs: # 2. Node.js 환경 설정 - name: Set up Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: '22' cache: 'npm' diff --git a/.github/workflows/test_server_dto.yml b/.github/workflows/test_server_dto.yml index 28e7385d..435ba095 100644 --- a/.github/workflows/test_server_dto.yml +++ b/.github/workflows/test_server_dto.yml @@ -17,7 +17,7 @@ jobs: # 2. Node.js 환경 설정 - name: Set up Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: '22' cache: 'npm' diff --git a/.github/workflows/test_server_e2e.yml b/.github/workflows/test_server_e2e.yml index 1fbe9f4d..ed99b2eb 100644 --- a/.github/workflows/test_server_e2e.yml +++ b/.github/workflows/test_server_e2e.yml @@ -17,7 +17,7 @@ jobs: # 2. Node.js 환경 설정 - name: Set up Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: '22' cache: 'npm'