diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 22fc65d..5721c95 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,7 +33,7 @@ jobs: - name: Set up Node uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 21 cache: 'npm' - name: Install dependencies run: npm ci