From 38c5b837652981699d14d7dbced218358e61fdae Mon Sep 17 00:00:00 2001 From: Nicolas Agustin Guevara Pihen <42900763+Tostti@users.noreply.github.com> Date: Fri, 13 Dec 2024 13:40:18 -0300 Subject: [PATCH] Fix packages generation (#445) --- .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 8e5768f54161..e73e422602df 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: |