We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ad3bdc commit b347ed6Copy full SHA for b347ed6
.github/workflows/code-qa.yml
@@ -14,11 +14,11 @@ jobs:
14
- name: Checkout code
15
uses: actions/checkout@v4
16
17
- - name: Setup Node.js
18
- uses: actions/setup-node@v4
+ - name: cached install
+ uses: RooVetGit/Roo-GHA/.github/actions/setup-node-cache-and-install@main
19
with:
20
- node-version: '18'
21
- cache: 'npm'
+ node-version: "18"
+ clean-install: false
22
23
- name: Install dependencies
24
run: npm run install:all
0 commit comments