We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a072ed2 commit d5151e0Copy full SHA for d5151e0
.github/workflows/ci.yml
@@ -10,21 +10,21 @@ jobs:
10
11
- uses: purescript-contrib/setup-purescript@main
12
with:
13
- purescript: "0.13.8"
+ purescript: "0.14.2"
14
15
- uses: actions/setup-node@v1
16
17
node-version: "12"
18
19
- name: Install dependencies
20
run: |
21
- npm install -g bower
22
npm install
23
- bower install --production
+ npx bower install --production
+
24
- name: Build source
25
run: npm run-script build
26
27
- name: Run tests
28
29
- bower install
+ npx bower install
30
npm run-script test --if-present
0 commit comments