Skip to content

Commit 8f25f4b

Browse files
author
Victor Navarro
committed
ci: missing setup node
1 parent 2b61f07 commit 8f25f4b

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ jobs:
88
steps:
99
- name: Checkout
1010
uses: actions/checkout@v2
11+
- name: Setup Node
12+
uses: actions/setup-node@v1
13+
with:
14+
node-version: 12
1115
- name: Install Dependencies
1216
run: yarn install
1317
- name: Run Linters

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ jobs:
99
steps:
1010
- name: Checkout
1111
uses: actions/checkout@v2
12+
- name: Setup Node
13+
uses: actions/setup-node@v1
14+
with:
15+
node-version: 12
1216
- name: Install Dependencies
1317
run: yarn install
1418
- name: Build Package

0 commit comments

Comments
 (0)