Skip to content
This repository was archived by the owner on Jun 3, 2023. It is now read-only.

Commit ba740a8

Browse files
author
Victor Navarro
committed
chore: exec npm also from node
1 parent d774511 commit ba740a8

File tree

5 files changed

+13
-1202
lines changed

5 files changed

+13
-1202
lines changed

.github/workflows/node-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
steps:
99
- name: Checkout
1010
uses: actions/checkout@v2
11+
- name: Setup Node
12+
uses: actions/setup-node@v1
1113
- name: Install Dependencies
1214
run: yarn install
1315
- name: Run Action

0 commit comments

Comments
 (0)