diff --git a/.github/workflows/prepare-and-deploy.yml b/.github/workflows/prepare-and-deploy.yml index 854e4f4..045359c 100644 --- a/.github/workflows/prepare-and-deploy.yml +++ b/.github/workflows/prepare-and-deploy.yml @@ -21,7 +21,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - name: Set up Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: 20.x - name: Cache dependencies