Skip to content

Commit 8a11fd2

Browse files
committed
Merge branch 'master' into bump-chai
2 parents 30b2be7 + e85c3ea commit 8a11fd2

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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

.github/workflows/tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
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
@@ -58,7 +58,7 @@ jobs:
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
@@ -77,7 +77,7 @@ jobs:
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

0 commit comments

Comments
 (0)