Skip to content

Commit faf1e61

Browse files
committed
chore: actions: install
1 parent e11e653 commit faf1e61

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
uses: actions/setup-node@v3
2020
with:
2121
node-version: ${{ matrix.node-version }}
22+
- name: Install
23+
run: npm i
2224
- name: Install Redrun, Lerna
2325
run: npm i redrun -g
2426
- name: Lint

0 commit comments

Comments
 (0)