Skip to content

Commit 7ededa0

Browse files
authored
Update nodejs.yml
1 parent dd78517 commit 7ededa0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ jobs:
2424
uses: actions/setup-node@v1
2525
with:
2626
node-version: ${{ matrix.node-version }}
27-
- name: GitHub Action for Yarn
28-
uses: Borales/actions-yarn@v2.1.0
27+
- run: yarn
2928
- run: yarn test
3029
env:
3130
CI: true

0 commit comments

Comments
 (0)