From 660871ece9a91111fd224b0186dcc02f2a9470ad Mon Sep 17 00:00:00 2001 From: Shinigami Date: Fri, 4 Jul 2025 13:50:53 +0200 Subject: infra: stop using node 18 (#3536) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a86996ba..81a45d30 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - node_version: [18, 20, 22, 24] + node_version: [20, 22, 24] fail-fast: false timeout-minutes: 10 -- cgit v1.2.3