Skip to content

Commit

Permalink
Upgrade to new spago (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
CGenie authored Jul 8, 2024
1 parent 6cbedc3 commit 91e6403
Show file tree
Hide file tree
Showing 8 changed files with 1,167 additions and 6,800 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,15 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

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

- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: "14"
node-version: "22"

- name: Build and test with Spago
run: spago test

- name: Build and test with Pulp
run: |
npx bower install
npx pulp build
npx pulp test
npm install
npx spago test
24 changes: 0 additions & 24 deletions bower.json

This file was deleted.

Loading

0 comments on commit 91e6403

Please sign in to comment.