From eb31dbb366a2f20ce295025dcb07661b6d739677 Mon Sep 17 00:00:00 2001 From: CD Cabrera Date: Wed, 7 Aug 2024 00:54:10 -0400 Subject: [PATCH] build(nodejs): add checks for 22.x (#82) --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index fec12b4..8f10ea4 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18.12.0, 18.x, 20.x] + node-version: [18.12.0, 18.x, 20.x, 22.x] steps: - uses: actions/checkout@v4 - name: Setup Node.js ${{ matrix.node-version }}