Skip to content

Commit

Permalink
Update dte.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Brad Bodine <bbodine1@gmail.com>
  • Loading branch information
bbodine1 authored Jan 26, 2024
1 parent 6b42b7c commit b427688
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/dte.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:
jobs:
main:
name: Nx Cloud - Main Job
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.11.2
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.13.0
with:
number-of-agents: 3
main-branch-name: trunk
Expand All @@ -32,7 +32,7 @@ jobs:

agents:
name: Nx Cloud - Agents
uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.11.2
uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.13.0
with:
number-of-agents: 3

Expand Down Expand Up @@ -75,15 +75,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
- uses: actions/cache@v3
id: npm-cache
with:
path: node_modules
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- name: Install dependencies
if: steps.npm-cache.outputs.cache-hit != 'true'
run: npm install
- name: Replace favicons
run: npx nx affected --target=replace-favicon
Expand Down

0 comments on commit b427688

Please sign in to comment.