diff --git a/.github/workflows/cd-aws.yml b/.github/workflows/cd-aws.yml index ead809b0..a6607a40 100644 --- a/.github/workflows/cd-aws.yml +++ b/.github/workflows/cd-aws.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Node.js environment uses: actions/setup-node@v2 with: - node-version: '14' # 사용할 Node.js 버전에 맞게 수정할 수 있습니다. + node-version: '18' - name: Install dependencies run: npm install