From fbbc8009ea536fc57cfbcc9d1a66ecc3f1a8ffae Mon Sep 17 00:00:00 2001 From: Nicolas Agustin Guevara Pihen Date: Fri, 13 Dec 2024 11:54:38 -0300 Subject: [PATCH] Add node setup to steps --- .github/workflows/build_wazuh_dashboard_with_plugins.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build_wazuh_dashboard_with_plugins.yml b/.github/workflows/build_wazuh_dashboard_with_plugins.yml index 0ba28c58dde3..fec95b81e733 100644 --- a/.github/workflows/build_wazuh_dashboard_with_plugins.yml +++ b/.github/workflows/build_wazuh_dashboard_with_plugins.yml @@ -104,6 +104,12 @@ jobs: - name: Checkout code uses: actions/checkout@v4 + - name: Setup Node + uses: actions/setup-node@v4 + with: + node-version-file: '.nvmrc' + registry-url: 'https://registry.npmjs.org' + - name: Setup variables id: setup-variables run: |