Skip to content

Commit

Permalink
fix npm not found
Browse files Browse the repository at this point in the history
  • Loading branch information
peeweep committed Jan 23, 2025
1 parent 5cbc2d5 commit 1446f4b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@ jobs:
tar --create --auto-compress --file /tmp/${P}-vendor.tar.xz ${VENDORDIR}/vendor
fi
- name: Setup npm
if: inputs.LANG == 'javascript'
uses: actions/setup-node@v4
with:
node-version: latest

- name: Generate javascript node_modules
if: inputs.LANG == 'javascript'
env:
Expand Down

0 comments on commit 1446f4b

Please sign in to comment.