From 1272af2dcecde07588791aa93f82e77ac95448ff Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Tue, 16 Apr 2024 16:14:32 +0200 Subject: [PATCH] ci: disable old node versions --- .github/workflows/_test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/_test.yml b/.github/workflows/_test.yml index 76d64daf7..8fe504832 100644 --- a/.github/workflows/_test.yml +++ b/.github/workflows/_test.yml @@ -8,8 +8,6 @@ jobs: os: - ${{ vars.UBUNTU_VERSION }} node-version: - - 12.x - - 14.x - 16.x - 18.x steps: