mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-29 14:02:19 +00:00
fix: correct typo in README and update Node.js version in CI workflow
- Fixed the spelling of "reminisces" in the README.md file. - Updated Node.js version from 20 to 24 in the GitHub Actions workflow for lander pages. - Changed yarn install command to use --non-interactive for smoother CI execution.
This commit is contained in:
@@ -27,13 +27,14 @@ jobs:
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
node-version: 24
|
||||
|
||||
- name: Configure Pages
|
||||
uses: actions/configure-pages@v5
|
||||
|
||||
- name: Install dependencies
|
||||
run: cd lander && yarn install --frozen-lockfile
|
||||
# run: cd lander && yarn install --frozen-lockfile
|
||||
run: cd lander && yarn install --non-interactive
|
||||
|
||||
- name: Build (static export)
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user