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