2020 steps :
2121 - uses : actions/checkout@v4
2222 - uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
23+ with :
24+ node_version : " 24.x"
2325 - name : Run Linters
2426 run : |
2527 hatch run typing:test
3234 steps :
3335 - uses : actions/checkout@v4
3436 - uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
37+ with :
38+ node_version : " 24.x"
3539 - uses : jupyterlab/maintainer-tools/.github/actions/check-links@v1
3640 with :
3741 ignore_links : https://blog.jupyter.org/.*
4650 steps :
4751 - uses : actions/checkout@v4
4852 - uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
53+ with :
54+ node_version : " 24.x"
4955
5056 - name : Run the tests with coverage on Ubuntu
5157 if : ${{ matrix.os == 'ubuntu-latest' }}
7278 steps :
7379 - uses : actions/checkout@v4
7480 - uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
81+ with :
82+ node_version : " 24.x"
7583 - env :
7684 GITHUB_ACCESS_TOKEN : ${{ secrets.GITHUB_TOKEN }}
7785 RH_REPOSITORY : jupyter-server/jupyter_releaser
@@ -103,6 +111,7 @@ jobs:
103111 - uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
104112 with :
105113 dependency_type : minimum
114+ node_version : " 24.x"
106115 - name : Run the unit tests
107116 run : |
108117 hatch run test:nowarn || hatch run test:nowarn --lf
@@ -117,6 +126,7 @@ jobs:
117126 with :
118127 dependency_type : pre
119128 python_version : " 3.12"
129+ node_version : " 24.x"
120130 - name : Run the tests
121131 run : |
122132 hatch run test:nowarn || hatch run test:nowarn --lf
@@ -127,13 +137,17 @@ jobs:
127137 steps :
128138 - uses : actions/checkout@v4
129139 - uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
140+ with :
141+ node_version : " 24.x"
130142 - run : hatch run docs:build
131143
132144 check_local_actions :
133145 runs-on : ubuntu-latest
134146 steps :
135147 - uses : actions/checkout@v4
136148 - uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
149+ with :
150+ node_version : " 24.x"
137151
138152 - name : prep-release
139153 uses : ./.github/actions/prep-release
0 commit comments