From 058d48e06b1bd5a87f4c8ed09d30b554fb9885c1 Mon Sep 17 00:00:00 2001 From: Mahmoud Adel <162584742+migo557@users.noreply.github.com> Date: Tue, 25 Mar 2025 06:11:15 +0200 Subject: [PATCH] Create yaml - name: Setup Node.js environment uses: actions/setup-node@v4.3.0 --- yaml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 yaml diff --git a/yaml b/yaml new file mode 100644 index 00000000..857110c8 --- /dev/null +++ b/yaml @@ -0,0 +1,2 @@ +- name: Setup Node.js environment + uses: actions/setup-node@v4.3.0