Skip to content

Commit

Permalink
update github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
localhuman committed Jan 26, 2021
1 parent 9fbbcda commit 17c82fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2-beta
with:
node-version: '10'
node-version: '14'
- run: yarn install --frozen-lockfile
- run: yarn test:lint
- run: yarn test:unit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2-beta
with:
node-version: '10'
node-version: '14'
- run: yarn install --frozen-lockfile
- run: yarn docs
- name: Deploy docs 🚀
Expand Down

0 comments on commit 17c82fc

Please sign in to comment.