From 6c2044812251d9a604c5eb17c51baf3ad86bc8c8 Mon Sep 17 00:00:00 2001 From: 43081j <43081j@users.noreply.github.com> Date: Wed, 27 Mar 2024 19:31:30 +0000 Subject: [PATCH] chore: add node 21 to CI This adds node 21.x to the matrix in our CI workflow (making it now run on 18, 20 and 21). --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 3435c622..566237dc 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - version: [18, 20] + version: [18, 20, 21] os: [ubuntu-latest, windows-latest, macOS-latest] steps: