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/manual_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
node-version: [20.x, 22.x, 24.x]
node-version: [24.x]
Comment thread
martastn marked this conversation as resolved.
operating-system: [ubuntu-latest, windows-latest]
python-version: ['3.11', '3.12']
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [22.x, 24.x]
node-version: [24.x]
Comment thread
martastn marked this conversation as resolved.
Comment thread
martastn marked this conversation as resolved.
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v6
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v6
with:
node-version: '22.x'
node-version: '24.x'
cache: 'npm'

- name: webfactory/ssh-agent for dev 🖥️
Expand Down
Loading
Loading