From 7105d623df294fc2fc37aa767e677b7c02b6605a Mon Sep 17 00:00:00 2001 From: Aron Carroll Date: Tue, 27 Feb 2024 18:50:11 +0000 Subject: [PATCH] Remove 16.x from the integration test matrix --- .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 97bad25..099c01e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,7 @@ jobs: strategy: matrix: - node-version: [16.x, 18.x, 20.x] + node-version: [18.x, 20.x] env: REPLICATE_API_TOKEN: ${{ secrets.REPLICATE_API_TOKEN }}