mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-13 23:56:07 +00:00
ci: use Node 24 for website installer sync (#80090)
This commit is contained in:
committed by
GitHub
parent
76b64d76b5
commit
d6a5690ea5
6
.github/workflows/website-installer-sync.yml
vendored
6
.github/workflows/website-installer-sync.yml
vendored
@@ -164,6 +164,12 @@ jobs:
|
||||
with:
|
||||
bun-version: latest
|
||||
|
||||
- name: Setup Node.js
|
||||
if: steps.changes.outputs.changed == 'true'
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: "24"
|
||||
|
||||
- name: Install ShellCheck
|
||||
if: steps.changes.outputs.changed == 'true'
|
||||
run: sudo apt-get update -y && sudo apt-get install -y shellcheck
|
||||
|
||||
Reference in New Issue
Block a user