Skip to content

Commit

Permalink
Update prepare-deps.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ni55aN authored Jan 7, 2024
1 parent 1ac8bfa commit a3f6b19
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/prepare-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,16 @@ jobs:
uses: actions/download-artifact@v4
with:
path: .
- uses: actions/setup-node@v4
- run: |
- name: Setup Node.js
uses: actions/setup-node@v4
- name: Pack the packages and create deps.json
run: |
folders=()
tarballs=()
for folder in *; do
if [ -d "$folder" ]; then
echo "Enter $folder"
cd $folder
tarball=$(npm pack)
mv $tarball ../
Expand Down

0 comments on commit a3f6b19

Please sign in to comment.