We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b61f07 commit 8f25f4bCopy full SHA for 8f25f4b
.github/workflows/ci.yml
@@ -8,6 +8,10 @@ jobs:
8
steps:
9
- name: Checkout
10
uses: actions/checkout@v2
11
+ - name: Setup Node
12
+ uses: actions/setup-node@v1
13
+ with:
14
+ node-version: 12
15
- name: Install Dependencies
16
run: yarn install
17
- name: Run Linters
.github/workflows/publish.yml
@@ -9,6 +9,10 @@ jobs:
18
- name: Build Package
0 commit comments