2020 steps :
2121 - uses : actions/checkout@v4
2222 - uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
23- with :
24- node_version : " 24.x"
2523 - name : Run Linters
2624 run : |
2725 hatch run typing:test
3432 steps :
3533 - uses : actions/checkout@v4
3634 - uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
37- with :
38- node_version : " 24.x"
3935 - uses : jupyterlab/maintainer-tools/.github/actions/check-links@v1
4036 with :
4137 ignore_links : https://blog.jupyter.org/.*
5046 steps :
5147 - uses : actions/checkout@v4
5248 - uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
53- with :
54- node_version : " 24.x"
5549
5650 - name : Run the tests with coverage on Ubuntu
5751 if : ${{ matrix.os == 'ubuntu-latest' }}
7872 steps :
7973 - uses : actions/checkout@v4
8074 - uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
81- with :
82- node_version : " 24.x"
8375 - env :
8476 GITHUB_ACCESS_TOKEN : ${{ secrets.GITHUB_TOKEN }}
8577 RH_REPOSITORY : jupyter-server/jupyter_releaser
@@ -111,7 +103,6 @@ jobs:
111103 - uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
112104 with :
113105 dependency_type : minimum
114- node_version : " 24.x"
115106 - name : Run the unit tests
116107 run : |
117108 hatch run test:nowarn || hatch run test:nowarn --lf
@@ -126,7 +117,6 @@ jobs:
126117 with :
127118 dependency_type : pre
128119 python_version : " 3.12"
129- node_version : " 24.x"
130120 - name : Run the tests
131121 run : |
132122 hatch run test:nowarn || hatch run test:nowarn --lf
@@ -137,17 +127,13 @@ jobs:
137127 steps :
138128 - uses : actions/checkout@v4
139129 - uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
140- with :
141- node_version : " 24.x"
142130 - run : hatch run docs:build
143131
144132 check_local_actions :
145133 runs-on : ubuntu-latest
146134 steps :
147135 - uses : actions/checkout@v4
148136 - uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
149- with :
150- node_version : " 24.x"
151137
152138 - name : prep-release
153139 uses : ./.github/actions/prep-release
0 commit comments