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 cb86757 commit 44f49e3Copy full SHA for 44f49e3
1 file changed
.github/workflows/docgen.yml
@@ -16,27 +16,7 @@ jobs:
16
path: documentation
17
ref: ${{ github.ref_name }}
18
19
- - name: Setup Node.js
20
- uses: actions/setup-node@v4
21
- with:
22
- node-version: 20.x
23
-
24
- - uses: pnpm/action-setup@v4
25
26
- version: 10
27
- run_install: false
28
29
- - name: Set up .NET
30
- uses: actions/setup-dotnet@v4
31
32
- dotnet-version: |
33
- 6.0.x
34
- 8.0.x
35
36
- - name: Install dependencies
37
- working-directory: documentation
38
- shell: bash
39
- run: pnpm install --frozen-lockfile
+ - uses: ./.github/actions/setup-env
40
41
- name: Checkout DevExtreme
42
uses: actions/checkout@v4
0 commit comments