From 0d86b7c623f3da0f56af37a2ff855ce2b286e916 Mon Sep 17 00:00:00 2001 From: FND Date: Thu, 30 Jan 2025 19:35:00 +0100 Subject: [PATCH] Drop support for Node v18 April 2025 marks the end of life for this LTS version, so it should be phased out by users very soon (jumping the gun a little here seems acceptable) --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 6bcc973..c19fbcd 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -7,8 +7,8 @@ jobs: strategy: matrix: node-version: - - 18.x - 20.x + - latest steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4