diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e6fcf78..f5a5ce0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: - name: Set up Node uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 24 - name: Set up Python uses: actions/setup-python@v4.3.0 diff --git a/noxfile.py b/noxfile.py index ca9a6e1..2aeb59e 100644 --- a/noxfile.py +++ b/noxfile.py @@ -14,7 +14,7 @@ def tests(session: Session) -> None: (venvroot / "node_modules").mkdir() with session.chdir(venvroot): session.run( - "npm", "i", "--no-save", "jsdoc@4.0.0", "typedoc@0.25", external=True + "npm", "i", "--no-save", "jsdoc@4.0.4", "typedoc@0.25", external=True ) session.run( "pytest",