From ac3f9560af619ce75f3675d9bdce9bfaebf21e60 Mon Sep 17 00:00:00 2001
From: KathiravanKrish <147697986+KathiravanKrish@users.noreply.github.com>
Date: Thu, 18 Jul 2024 10:47:53 +0530
Subject: [PATCH] Create test.yml

---
 .github/workflows/test.yml | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 .github/workflows/test.yml

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
new file mode 100644
index 00000000..3f5c4f51
--- /dev/null
+++ b/.github/workflows/test.yml
@@ -0,0 +1,13 @@
+name: Node Version
+on:
+  push:
+    branches: [ 1107-test ]
+jobs:
+  build:
+    runs-on: ubuntu-latest
+    steps:
+      - uses: actions/checkout@v4
+      - name: Use Node.js 18.x
+        uses: actions/setup-node@v4
+        with:
+          node-version: '18.x'