diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index f72daa8..51f4805 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -20,7 +20,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: '21' # Ensure this matches your project requirements + node-version: '21' - name: Cache dependencies uses: actions/cache@v4