diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6b0c920..51e3e05 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: 14 # Adjust the Node.js version if needed + node-version: 21 cache: 'npm' - name: Install dependencies run: npm ci