Skip to content

Commit

Permalink
fix(nvm install): add global shell
Browse files Browse the repository at this point in the history
  • Loading branch information
ff6347 committed Nov 2, 2020
1 parent f194a7d commit ff4d86a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node.js from nvm
shell: bash -l {0}
run: nvm install
- name: install deps
run: npm ci
Expand Down

0 comments on commit ff4d86a

Please sign in to comment.