Skip to content

Commit d5151e0

Browse files
thomashoneymansharkdp
authored andcommitted
Update PureScript in CI and add psa to devDependencies
1 parent a072ed2 commit d5151e0

File tree

3 files changed

+114
-111
lines changed

3 files changed

+114
-111
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@ jobs:
1010

1111
- uses: purescript-contrib/setup-purescript@main
1212
with:
13-
purescript: "0.13.8"
13+
purescript: "0.14.2"
1414

1515
- uses: actions/setup-node@v1
1616
with:
1717
node-version: "12"
1818

1919
- name: Install dependencies
2020
run: |
21-
npm install -g bower
2221
npm install
23-
bower install --production
22+
npx bower install --production
23+
2424
- name: Build source
2525
run: npm run-script build
2626

2727
- name: Run tests
2828
run: |
29-
bower install
29+
npx bower install
3030
npm run-script test --if-present

0 commit comments

Comments
 (0)