From 4d9f36f5c5fd1b5d3b1957913118cd76a92750f2 Mon Sep 17 00:00:00 2001 From: Francesco Trotta Date: Mon, 23 Oct 2023 14:32:31 +0200 Subject: [PATCH] ci: run tests in Node.js 21 (#225) --- .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 501b620..828ba06 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: matrix: os: [ubuntu-latest] eslint: [6, 7, 8] - node: [12.22.0, 14, 16, 17, 18, 19, 20] + node: [12.22.0, 14, 16, 17, 18, 19, 20, 21] include: - os: windows-latest eslint: 7