From 2f4a49c9fdea5c41f8f09825d1ef58e3671f073c Mon Sep 17 00:00:00 2001 From: Ugaitz Urien Date: Mon, 5 Feb 2024 10:35:33 +0100 Subject: [PATCH] Check node21 fails --- .github/workflows/pull-request.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 11da655..dd28012 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -80,6 +80,8 @@ jobs: - 20.5.1 # sync unsubscribe bug - 20.6.0 # sync unsubscribe bug fixed - 20.x # nothing special, full support dc, latest 20 + - 21.0.0 # nothing special, full support dc, first 21 + - 21.x # nothing special, full support dc, latest 21 steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1