File tree Expand file tree Collapse file tree 4 files changed +331
-4397
lines changed Expand file tree Collapse file tree 4 files changed +331
-4397
lines changed Original file line number Diff line number Diff line change 1919 - name : Use Node.js
2020 uses : actions/setup-node@v5
2121 with :
22- node-version : ' 16 .x'
22+ node-version : ' 24 .x'
2323
2424 - name : Build and Check Package
2525 uses : hynek/build-and-inspect-python-package@v2
Original file line number Diff line number Diff line change 4545 - name : Use Node.js
4646 uses : actions/setup-node@v5
4747 with :
48- node-version : ' 16 .x'
48+ node-version : ' 24 .x'
4949
5050 - name : Build and Check Package
5151 uses : hynek/build-and-inspect-python-package@v2
5858 - name : Use Node.js
5959 uses : actions/setup-node@v5
6060 with :
61- node-version : ' 16 .x'
61+ node-version : ' 24 .x'
6262 - name : Install dependencies
6363 run : npm ci
6464 - name : Run linting
7777 fail_ci_if_error : false
7878 files : ./cobertura-coverage.xml
7979 flags : js_tests
80- name : ubuntu-latest-node-16
80+ name : ubuntu-latest-node-24
8181 verbose : true
8282
8383 test_unit :
@@ -112,7 +112,7 @@ jobs:
112112 - name : Use Node.js
113113 uses : actions/setup-node@v5
114114 with :
115- node-version : ' 16 .x'
115+ node-version : ' 24 .x'
116116
117117 - name : Set up python
118118 uses : actions/setup-python@v6
@@ -182,7 +182,7 @@ jobs:
182182 - name : Use Node.js
183183 uses : actions/setup-node@v5
184184 with :
185- node-version : ' 16 .x'
185+ node-version : ' 24 .x'
186186
187187 - name : Set up python
188188 uses : actions/setup-python@v6
@@ -250,7 +250,7 @@ jobs:
250250 - name : Use Node.js
251251 uses : actions/setup-node@v5
252252 with :
253- node-version : ' 16 .x'
253+ node-version : ' 24 .x'
254254
255255 - name : Set up python
256256 uses : actions/setup-python@v6
You can’t perform that action at this time.
0 commit comments