diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index efe28d8..d196a79 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 cache: "yarn" - name: Install dependencies