From 8fc1728d9ca21f3d03a73374f437dce5ff04c661 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Fri, 1 Nov 2024 11:25:27 +0000 Subject: [PATCH] ci(ci): remove redundant `node-versions` input Signed-off-by: Frazer Smith --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e2a25b..8ef7a89 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,4 +21,3 @@ jobs: with: lint: true license-check: true - node-versions: '["20", "22"]'