Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v5
with:
node-version: '16.x'
node-version: '24.x'

- name: Build and Check Package
uses: hynek/build-and-inspect-python-package@v2
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v5
with:
node-version: '16.x'
node-version: '24.x'

- name: Build and Check Package
uses: hynek/build-and-inspect-python-package@v2
Expand All @@ -58,7 +58,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v5
with:
node-version: '16.x'
node-version: '24.x'
- name: Install dependencies
run: npm ci
- name: Run linting
Expand All @@ -77,7 +77,7 @@ jobs:
fail_ci_if_error: false
files: ./cobertura-coverage.xml
flags: js_tests
name: ubuntu-latest-node-16
name: ubuntu-latest-node-24
verbose: true

test_unit:
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v5
with:
node-version: '16.x'
node-version: '24.x'

- name: Set up python
uses: actions/setup-python@v6
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v5
with:
node-version: '16.x'
node-version: '24.x'

- name: Set up python
uses: actions/setup-python@v6
Expand Down Expand Up @@ -250,7 +250,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v5
with:
node-version: '16.x'
node-version: '24.x'

- name: Set up python
uses: actions/setup-python@v6
Expand Down
Loading
Loading