Skip to content
This repository was archived by the owner on Sep 15, 2024. It is now read-only.

Commit fcf226d

Browse files
authored
Update nodejs.yml
1 parent fedc460 commit fcf226d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nodejs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
uses: actions/setup-node@v1
2424
with:
2525
node-version: ${{ matrix.node-version }}
26-
- run: yarn install
27-
- run: yarn run build
28-
#- run: yarn run test
26+
- run: npm install
27+
- run: npm run build
28+
#- run: npm run test

0 commit comments

Comments
 (0)