From c19116ab02cde688fcfae95f1a40168c98b4282d Mon Sep 17 00:00:00 2001 From: ikalco <73481042+ikalco@users.noreply.github.com> Date: Thu, 15 Feb 2024 18:35:01 -0600 Subject: [PATCH] learning workflow --- .github/workflows/build.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/workflows/build.yml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 0000000..2ca26c7 --- /dev/null +++ b/.github/workflows/build.yml @@ -0,0 +1,7 @@ +on: push +jobs: + first-job: + runs-on: nodejs + steps: + - run: node --version + - run: npm --version