Skip to content

Commit 91e6403

Browse files
authored
Upgrade to new spago (#35)
1 parent 6cbedc3 commit 91e6403

File tree

8 files changed

+1167
-6800
lines changed

8 files changed

+1167
-6800
lines changed

Diff for: .github/workflows/ci.yml

+5-9
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,15 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v4
1313

1414
- uses: purescript-contrib/setup-purescript@main
1515

16-
- uses: actions/setup-node@v2
16+
- uses: actions/setup-node@v4
1717
with:
18-
node-version: "14"
18+
node-version: "22"
1919

2020
- name: Build and test with Spago
21-
run: spago test
22-
23-
- name: Build and test with Pulp
2421
run: |
25-
npx bower install
26-
npx pulp build
27-
npx pulp test
22+
npm install
23+
npx spago test

Diff for: bower.json

-24
This file was deleted.

0 commit comments

Comments
 (0)