Skip to content

Commit b069235

Browse files
committed
ugh adding install to actions
1 parent e17e3dd commit b069235

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ jobs:
2626
with:
2727
node-version: ${{ matrix.node-version }}
2828
- run: npm i -g yarn
29+
- run: yarn install
2930
- run: yarn test

0 commit comments

Comments
 (0)