Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha committed Oct 30, 2019
1 parent bcfba96 commit e54d660
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ jobs:
- name: Checkout Master
uses: actions/checkout@master
- name: Use Node
uses: actions/setup-node@master
uses: actions/setup-node@v1
with:
registry-url: https://registry.npmjs.org/
scope: getify
node-version: '12.x'
- name: Install Dependencies using Yarn
run: yarn install
- name: Build
Expand Down

0 comments on commit e54d660

Please sign in to comment.