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 f4accd5 commit 907dbaeCopy full SHA for 907dbae
.github/actions/setup-runtimes-caching/action.yml
@@ -93,13 +93,12 @@ runs:
93
dotnet tool update -g linux-dev-certs
94
dotnet linux-dev-certs install
95
96
- - name: Setup Node projects
+ - name: Setup Node globals
97
shell: bash
98
- if: ${{ contains(inputs.name, 'StaticWebApps') }}
+ if: ${{ contains(inputs.name, 'Node') }}
99
run: |
100
- npm install -g @azure/static-web-apps-cli
101
- cd examples/swa/CommunityToolkit.Aspire.StaticWebApps.WebApp
102
- npm ci
+ npm install -g turbo
+ npm install -g nx
103
104
- name: Login to docker
105
uses: docker/login-action@v3
0 commit comments