diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 064007f..db402a0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,7 +24,7 @@ jobs: - name: Use Node.js version from .nvmrc uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: - node-version: 20 + node-version: 22 - name: Install dependencies working-directory: pages run: npm ci