mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Reusing composite action
This commit is contained in:
parent
3ad3bdcf81
commit
b347ed6327
1 changed files with 4 additions and 4 deletions
8
.github/workflows/code-qa.yml
vendored
8
.github/workflows/code-qa.yml
vendored
|
|
@ -14,11 +14,11 @@ jobs:
|
|||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
- name: cached install
|
||||
uses: RooVetGit/Roo-GHA/.github/actions/setup-node-cache-and-install@main
|
||||
with:
|
||||
node-version: '18'
|
||||
cache: 'npm'
|
||||
node-version: "18"
|
||||
clean-install: false
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm run install:all
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue