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:
parent
b46bf61e84
commit
a1c770911c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/smoke-tests.yml
vendored
2
.github/workflows/smoke-tests.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue