diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8028536..748f5fc 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Node uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 cache: "yarn" - name: Install dependencies run: yarn install