From 7ac131bfeab767517e327335385bd4aa5086d736 Mon Sep 17 00:00:00 2001 From: Jordan Shatford Date: Sat, 23 Mar 2024 10:45:15 +1100 Subject: [PATCH] chore(ci): run ci on node 21 --- .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 0cf8f9712..6f1e0e6da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node-version: [18.x, 20.x] + node-version: [18.x, 20.x, 21.x] steps: - uses: actions/checkout@v4