[FA-11] Fix build errors, try to fix cache miss on node build
This commit is contained in:
@@ -50,8 +50,8 @@ jobs:
|
||||
|
||||
- name: Export schema
|
||||
run: |
|
||||
dotnet run --project ${{ matrix.service.project }}/${{ matrix.service.project }}.csproj \
|
||||
--no-build -c Release --no-launch-profile \
|
||||
dotnet run -c Release --no-build --no-launch-profile \
|
||||
--project ${{ matrix.service.project }}/${{ matrix.service.project }}.csproj \
|
||||
-- schema export --output ${{ matrix.service.project }}/schema.graphql
|
||||
|
||||
- name: Pack subgraph
|
||||
|
||||
@@ -47,7 +47,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
uses: actions/setup-node@v6.0.0
|
||||
with:
|
||||
node-version: '20'
|
||||
cache: 'npm'
|
||||
|
||||
Reference in New Issue
Block a user