diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2700e2e..f17ba73 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 cache: 'pnpm' - name: Install dependencies