Skip to content

Commit

Permalink
Fix packages generation (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tostti committed Dec 16, 2024
1 parent 8434b33 commit bb70238
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build_wazuh_dashboard_with_plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,12 @@ jobs:
cd wzrp
echo "WAZUH_REPORTING_SHA=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
- 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: |
Expand Down

0 comments on commit bb70238

Please sign in to comment.