From f987c1b1e3571d61044743383432e9087c5f61ef Mon Sep 17 00:00:00 2001 From: Ruben Taelman Date: Wed, 5 Jun 2024 15:21:02 +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 768efa8..8b8869f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,6 +24,9 @@ jobs: node-version: - 14.x - 16.x + - 18.x + - 20.x + - 22.x steps: - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v2