Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
docs: update readme [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ronnetzer authored Oct 4, 2021
1 parent c36372c commit a0c3fef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
# install node modules, cache etc

- name: Calculate affected projects
uses: e-square-io/nx-affected-matrix@v1
uses: e-square-io/nx-affected-matrix@v2
id: affected
with:
targets: 'test,build'
Expand All @@ -74,7 +74,7 @@ jobs:
# Checkout, cache, install node modules

- name: Execute
uses: e-square-io/nx-distributed-task@v1
uses: e-square-io/nx-distributed-task@v2
id: execute
with:
target: ${{ matrix.target }}
Expand Down

0 comments on commit a0c3fef

Please sign in to comment.