chore: fewer ci runs for linting and nodejs 24 for ci (#3890)

This commit is contained in:
dni ⚡
2026-03-23 10:01:29 +01:00
committed by GitHub
parent fae3eca3c7
commit 7a393b11fd
5 changed files with 10 additions and 26 deletions
+2 -2
View File
@@ -14,7 +14,7 @@ on:
python-version:
description: "python version"
type: string
default: "3.10"
default: "3.12"
jobs:
make:
@@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
os-version: ["ubuntu-24.04"]
node-version: ["18.x"]
node-version: ["24.x"]
runs-on: ${{ matrix.os-version }}
steps:
- uses: actions/checkout@v4