From a8e9fa28c3a4c3c443abc3f0e7a0133bd3968e8f Mon Sep 17 00:00:00 2001 From: matteo-cristino Date: Fri, 6 Oct 2023 11:35:57 +0200 Subject: [PATCH] =?UTF-8?q?ci(tests):=20=F0=9F=91=B7=20drop=20node14=20usa?= =?UTF-8?q?ge=20and=20add=20node=20latest=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f1506f0..5348d28 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -87,7 +87,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [14.x, 16.x, 18.x] + node-version: [16.x, 18.x, latest] env: SANDBOX_TEST_ADMIN_KEYRING: ${{secrets.SANDBOX_TEST_ADMIN_KEYRING}} defaults: