From 7168feb334de9ffb0080fd3ba72fcb659c8f2634 Mon Sep 17 00:00:00 2001 From: Timothy Jones Date: Tue, 22 Oct 2024 00:09:05 +1100 Subject: [PATCH] build: Don't run CI on 20.4 anymore --- .github/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 825d9a337..3ba704839 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,7 +12,6 @@ jobs: matrix: node: [ 18, - 20.4, # Known good version of 20 which ran the previous Mocha and mock-fs based tests. If you go back to re-run those, tests Node 20.4 is the last version mock-fs worked with 20, lts/* ]