From 3f83b7ac0be7a21778a20e75879f194c12c40d2e Mon Sep 17 00:00:00 2001 From: Rifa Achrinza <25147899+achrinza@users.noreply.github.com> Date: Sun, 22 Oct 2023 08:46:25 +0800 Subject: [PATCH] ci: test against Node.js v21 Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com> --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c308035..625308d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,6 +26,7 @@ jobs: - 18 - 19 - 20 + - 21 fail-fast: false steps: - uses: actions/checkout@v3