-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #305 from onaio/update-dependencies
Update dependancies
- Loading branch information
Showing
15 changed files
with
1,030 additions
and
157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,12 @@ jobs: | |
- name: Install clojure tools | ||
uses: DeLaGuardo/[email protected] | ||
with: | ||
lein: 2.8.1 | ||
lein: 2.9.8 | ||
|
||
- name: Install node | ||
uses: actions/setup-node@v2 | ||
with: | ||
node-version: "12" | ||
|
||
- name: Get leiningen version | ||
run: lein -v | ||
|
@@ -28,9 +33,12 @@ jobs: | |
lein bikeshed | ||
lein cljfmt check | ||
lein eastwood | ||
lein kibit | ||
lein midje | ||
lein cljsbuild once dev | ||
lein cljsbuild once prod | ||
lein cljsbuild test | ||
npm install -g karma-cli | ||
npm install karma --save-dev | ||
npm install karma-cljs-test --save-dev | ||
npm install karma-chrome-launcher --save-dev | ||
lein doo chrome-headless test once | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,3 +24,6 @@ resources/public/js/lib | |
.lsp | ||
hs_err_pid* | ||
replay_pid* | ||
node_modules/ | ||
test-output/ | ||
.eastwood |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.