From a5fa9a2cef0b76c3e3179ae4afd1616a10d32f35 Mon Sep 17 00:00:00 2001 From: zyoshoka <107108195+zyoshoka@users.noreply.github.com> Date: Sun, 4 May 2025 14:14:09 +0900 Subject: chore(workflow): use `node-version-file` instead of hardcoded `node-version` (#15658) * chore(workflow): use `node-version-file` instead of hardcoded `node-version` * chore: test min version --- .github/min.node-version | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/min.node-version (limited to '.github/min.node-version') diff --git a/.github/min.node-version b/.github/min.node-version new file mode 100644 index 0000000000..d5a159609d --- /dev/null +++ b/.github/min.node-version @@ -0,0 +1 @@ +20.10.0 -- cgit v1.2.3-freya