From 50c6ec5e343a2b261aab360cfccbfa2d0aeec608 Mon Sep 17 00:00:00 2001 From: Bruce Bannon Date: Mon, 26 Feb 2024 05:47:30 -0700 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index aa1cec52f4..9983cf1728 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x, 18.x] + node-version: [18.x, 20.x] steps: - name: Get npm cache directory id: npm-cache