diff --git a/.github/workflows/action-docs.yml b/.github/workflows/action-docs.yml index 9fd7a0c..ebc4bb2 100644 --- a/.github/workflows/action-docs.yml +++ b/.github/workflows/action-docs.yml @@ -45,7 +45,7 @@ jobs: - name: Setup Node uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: - node-version: 24.15.0 + node-version: 24.16.0 cache: npm cache-dependency-path: ${{ inputs.docs-path }}/package-lock.json