build(deps):(deps): bump actions/setup-node from 3 to 4 (#9287)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-08-01 11:13:38 -03:00 committed by GitHub
commit a1c770911c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -59,7 +59,7 @@ jobs:
LANGFLOW_SUPERUSER_PASSWORD: 123456
- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "21"
cache: "npm"