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
3741 test :
4448 steps :
4549 - uses : actions/checkout@v4
4650 - uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
51+ with :
52+ node_version : " 24.x"
4753
4854 - name : Run the tests with coverage on Ubuntu
4955 if : ${{ matrix.os == 'ubuntu-latest' }}
7076 steps :
7177 - uses : actions/checkout@v4
7278 - uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
79+ with :
80+ node_version : " 24.x"
7381 - env :
7482 GITHUB_ACCESS_TOKEN : ${{ secrets.GITHUB_TOKEN }}
7583 RH_REPOSITORY : jupyter-server/jupyter_releaser
@@ -101,6 +109,7 @@ jobs:
101109 - uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
102110 with :
103111 dependency_type : minimum
112+ node_version : " 24.x"
104113 - name : Run the unit tests
105114 run : |
106115 hatch run test:nowarn || hatch run test:nowarn --lf
@@ -115,6 +124,7 @@ jobs:
115124 with :
116125 dependency_type : pre
117126 python_version : " 3.12"
127+ node_version : " 24.x"
118128 - name : Run the tests
119129 run : |
120130 hatch run test:nowarn || hatch run test:nowarn --lf
@@ -125,13 +135,17 @@ jobs:
125135 steps :
126136 - uses : actions/checkout@v4
127137 - uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
138+ with :
139+ node_version : " 24.x"
128140 - run : hatch run docs:build
129141
130142 check_local_actions :
131143 runs-on : ubuntu-latest
132144 steps :
133145 - uses : actions/checkout@v4
134146 - uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
147+ with :
148+ node_version : " 24.x"
135149
136150 - name : prep-release
137151 uses : ./.github/actions/prep-release
0 commit comments