mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-05-05 23:41:06 +00:00
Merge pull request #4 from sd416/dependabot/github_actions/actions/setup-node-6
chore(deps): bump actions/setup-node from 4 to 6
This commit is contained in:
commit
a3e83b4f6d
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build-view.yml
vendored
2
.github/workflows/build-view.yml
vendored
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: 20
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue