File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 19
19
- name : Use Node.js
20
20
uses : actions/setup-node@v5
21
21
with :
22
- node-version : ' 16 .x'
22
+ node-version : ' 24 .x'
23
23
24
24
- name : Build and Check Package
25
25
uses : hynek/build-and-inspect-python-package@v2
Original file line number Diff line number Diff line change 45
45
- name : Use Node.js
46
46
uses : actions/setup-node@v5
47
47
with :
48
- node-version : ' 16 .x'
48
+ node-version : ' 24 .x'
49
49
50
50
- name : Build and Check Package
51
51
uses : hynek/build-and-inspect-python-package@v2
58
58
- name : Use Node.js
59
59
uses : actions/setup-node@v5
60
60
with :
61
- node-version : ' 16 .x'
61
+ node-version : ' 24 .x'
62
62
- name : Install dependencies
63
63
run : npm ci
64
64
- name : Run linting
77
77
fail_ci_if_error : false
78
78
files : ./cobertura-coverage.xml
79
79
flags : js_tests
80
- name : ubuntu-latest-node-16
80
+ name : ubuntu-latest-node-24
81
81
verbose : true
82
82
83
83
test_unit :
@@ -112,7 +112,7 @@ jobs:
112
112
- name : Use Node.js
113
113
uses : actions/setup-node@v5
114
114
with :
115
- node-version : ' 16 .x'
115
+ node-version : ' 24 .x'
116
116
117
117
- name : Set up python
118
118
uses : actions/setup-python@v6
@@ -182,7 +182,7 @@ jobs:
182
182
- name : Use Node.js
183
183
uses : actions/setup-node@v5
184
184
with :
185
- node-version : ' 16 .x'
185
+ node-version : ' 24 .x'
186
186
187
187
- name : Set up python
188
188
uses : actions/setup-python@v6
@@ -250,7 +250,7 @@ jobs:
250
250
- name : Use Node.js
251
251
uses : actions/setup-node@v5
252
252
with :
253
- node-version : ' 16 .x'
253
+ node-version : ' 24 .x'
254
254
255
255
- name : Set up python
256
256
uses : actions/setup-python@v6
You can’t perform that action at this time.
0 commit comments