Skip to content

Commit

Permalink
build(yarn): drop yarn and use npm instead
Browse files Browse the repository at this point in the history
  • Loading branch information
ph1p committed Aug 3, 2020
1 parent 31288bb commit 9ef5c7a
Show file tree
Hide file tree
Showing 4 changed files with 9,347 additions and 6,914 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/now-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@ jobs:
deploy_example:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: borales/actions-yarn@v2.0.0
- uses: actions/setup-node@v1
with:
cmd: install
- uses: borales/actions-yarn@v2.0.0
with:
cmd: test
node-version: '12'
- run: npm install
- run: npm test

- name: Deploy example to now
env:
Expand Down
Loading

0 comments on commit 9ef5c7a

Please sign in to comment.