Skip to content

Commit b347ed6

Browse files
committed
Reusing composite action
1 parent 3ad3bdc commit b347ed6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/code-qa.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
- name: Checkout code
1515
uses: actions/checkout@v4
1616

17-
- name: Setup Node.js
18-
uses: actions/setup-node@v4
17+
- name: cached install
18+
uses: RooVetGit/Roo-GHA/.github/actions/setup-node-cache-and-install@main
1919
with:
20-
node-version: '18'
21-
cache: 'npm'
20+
node-version: "18"
21+
clean-install: false
2222

2323
- name: Install dependencies
2424
run: npm run install:all

0 commit comments

Comments
 (0)