From 51e15ad0465b1ab35df98c71933567a83646c13b Mon Sep 17 00:00:00 2001 From: Randall Date: Tue, 17 Oct 2023 18:58:41 -0400 Subject: [PATCH] Stop testing on Node v16, start testing on Node v21 --- .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 9cef578..cb02fd8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - node-version: [16.x, 18.x, 20.x] + node-version: [18.x, 20.x, 21.x] steps: - uses: actions/checkout@v2