Skip to content
This repository has been archived by the owner on Mar 20, 2022. It is now read-only.

Commit

Permalink
Install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
axelrindle committed May 6, 2021
1 parent 362a62f commit d512d2f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
uses: actions/[email protected]
with:
node-version: 14.x
- name: Install dependencies
run: |
npm i -g npm@^7
npm i
- name: Compile source files
run: |
npm run compile:css
Expand Down

0 comments on commit d512d2f

Please sign in to comment.