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 9cc7633 commit 83190aaCopy full SHA for 83190aa
.github/workflows/spec-gen-sdk-status.yml
@@ -39,6 +39,16 @@ jobs:
39
ADO_TOKEN=$(az account get-access-token --resource "499b84ac-1321-427f-aa17-267ca6975798" --query "accessToken" -o tsv)
40
echo "ADO_TOKEN=$ADO_TOKEN" >> "$GITHUB_ENV"
41
42
+ - name: Setup Node 20 and install deps
43
+ uses: ./.github/actions/setup-node-install-deps
44
+ with:
45
+ # actions/github-script@v7 uses Node 20
46
+ node-version: 20.x
47
+ # "--no-audit": improves performance
48
+ # "--omit dev": not needed at runtime, improves performance
49
+ install-command: "npm ci --no-audit --omit dev"
50
+ working-directory: ./.github
51
+
52
- name: "SDK Validation Set Status"
53
id: sdk-validation-status
54
uses: actions/github-script@v7
0 commit comments