Skip to content

Commit 907dbae

Browse files
committed
Installing turbo and nx in CI
1 parent f4accd5 commit 907dbae

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/actions/setup-runtimes-caching/action.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,12 @@ runs:
9393
dotnet tool update -g linux-dev-certs
9494
dotnet linux-dev-certs install
9595
96-
- name: Setup Node projects
96+
- name: Setup Node globals
9797
shell: bash
98-
if: ${{ contains(inputs.name, 'StaticWebApps') }}
98+
if: ${{ contains(inputs.name, 'Node') }}
9999
run: |
100-
npm install -g @azure/static-web-apps-cli
101-
cd examples/swa/CommunityToolkit.Aspire.StaticWebApps.WebApp
102-
npm ci
100+
npm install -g turbo
101+
npm install -g nx
103102
104103
- name: Login to docker
105104
uses: docker/login-action@v3

0 commit comments

Comments
 (0)