diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 97eae04..fe7bd8c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,7 +16,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4 with: - node-version: '16.x' + node-version: '22.x' - name: Install Deps if: steps.node-modules.outputs.cache-hit != 'true'