Skip to content

Commit 47dbf58

Browse files
committed
ci (nodejs) : use yarn instead of npm
1 parent e33d26f commit 47dbf58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ jobs:
2424
uses: actions/setup-node@v1
2525
with:
2626
node-version: ${{ matrix.node-version }}
27-
- run: npm install --frozen-lockfile
28-
- run: npm run build --if-present
27+
- run: yarn
28+
- run: yarn build

0 commit comments

Comments
 (0)