From 3b386f790119553fb0d800b65454abf89b56a7aa Mon Sep 17 00:00:00 2001 From: Francesco Trotta Date: Mon, 23 Oct 2023 10:52:33 +0200 Subject: [PATCH] ci: run tests in Node.js 21 (#130) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2d8320..4909f16 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node: [20.x, 19.x, 18.x, 17.x, 16.x, 14.x, 12.x, "12.22.0"] + node: [21.x, 20.x, 19.x, 18.x, 17.x, 16.x, 14.x, 12.x, "12.22.0"] include: - os: windows-latest node: "12.x"