Skip to content

Commit b7b487a

Browse files
committed
Test
1 parent b104281 commit b7b487a

File tree

2 files changed

+12
-172
lines changed

2 files changed

+12
-172
lines changed

.github/workflows/toolchain_build.yml

+12
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,18 @@ jobs:
5050
steps:
5151
- uses: actions/checkout@v4
5252

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+
5365
- name: Setup environment
5466
run: |
5567
echo ::group::Install dependencies

azure-pipelines.yml

-172
This file was deleted.

0 commit comments

Comments
 (0)