From 720eab3836fad5961d04e10f516cb4da077abef4 Mon Sep 17 00:00:00 2001 From: Ruben Taelman Date: Wed, 5 Jun 2024 15:21:00 +0200 Subject: [PATCH] Run CI on Node 22 --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c4af97b..fb96900 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,6 +25,8 @@ jobs: - 14.x - 16.x - 18.x + - 20.x + - 22.x steps: - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3