Skip to content

Commit b4c144c

Browse files
committed
Test
1 parent b104281 commit b4c144c

File tree

2 files changed

+13
-173
lines changed

2 files changed

+13
-173
lines changed

.github/workflows/toolchain_build.yml

+13-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,19 @@ jobs:
4848
timeout-minutes: 360
4949

5050
steps:
51-
- uses: actions/checkout@v4
51+
- 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`
5264
5365
- name: Setup environment
5466
run: |

azure-pipelines.yml

-172
This file was deleted.

0 commit comments

Comments
 (0)