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 b4c144cCopy full SHA for b4c144c
.github/workflows/toolchain_build.yml
@@ -48,7 +48,19 @@ jobs:
48
timeout-minutes: 360
49
50
steps:
51
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v3
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: |
azure-pipelines.yml
0 commit comments