From 2afecea54319f1095ba41aa9e179720b084178fb Mon Sep 17 00:00:00 2001 From: Wojciech Maj Date: Thu, 11 Jul 2024 23:04:43 +0200 Subject: [PATCH] chore(ci): test on Node.js 22.x With Node.js 22 quickly getting closer to LTS, we should be testing Corepack using it. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 66018db40..3f2101694 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,6 +49,7 @@ jobs: - 18 - 20 - 21 + - 22 platform: - ubuntu-latest - macos-latest