0
0
Fork 0

add nodejs, fuck you
Some checks failed
Build Android / Build APK (push) Failing after 7m4s

This commit is contained in:
brooke 2025-05-29 17:32:17 -04:00
parent fbbcd8a10d
commit 910b9de5bc

View file

@ -15,6 +15,11 @@ jobs:
with:
submodules: "recursive"
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '20'
- name: Setup java
uses: https://github.com/actions/setup-java@v4
with:
@ -26,6 +31,13 @@ jobs:
curl -fsSL https://bun.sh/install | bash
echo "$HOME/.bun/bin" >> $GITHUB_PATH
- name: Verify installations
run: |
echo "PATH: $PATH"
node --version
which bun || echo "Bun not found in PATH"
bun --version || echo "Bun command failed"
- name: Install app dependencies
working-directory: ./dust
run: ~/.bun/bin/bun install