Skip to content

Commit

Permalink
Update QA CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ellmetha committed Sep 27, 2022
1 parent 01a195c commit 1e6b9cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
image: crystallang/crystal:1.5.1
steps:
- uses: actions/checkout@v1
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 16.x
- name: Install doc dependencies
run: cd docs && npm install
- name: Build doc
Expand Down

0 comments on commit 1e6b9cd

Please sign in to comment.