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 b104281 commit b7b487aCopy full SHA for b7b487a
.github/workflows/toolchain_build.yml
@@ -50,6 +50,18 @@ jobs:
50
steps:
51
- uses: actions/checkout@v4
52
53
+ - name: Setup Node.js
54
+ uses: actions/setup-node@v4
55
+ with:
56
+ node-version: 12
57
+
58
+ - name: Install Dependencies
59
+ run: npm install
60
61
+ - name: check node
62
+ run: |
63
+ echo `which node`
64
65
- name: Setup environment
66
run: |
67
echo ::group::Install dependencies
azure-pipelines.yml
0 commit comments