Skip to content

Commit b91cb14

Browse files
committed
deps
1 parent 3f26971 commit b91cb14

File tree

3 files changed

+6363
-601
lines changed

3 files changed

+6363
-601
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@ jobs:
88
steps:
99
- uses: actions/checkout@v4
1010

11-
- uses: purescript-contrib/setup-purescript@main
11+
- uses: actions/setup-node@v6
1212
with:
13-
purescript: 0.15.15
14-
psa: 0.8.2
15-
spago: unstable
13+
node-version: 22
1614

1715
- name: Cache PureScript dependencies
1816
uses: actions/cache@v4
@@ -23,7 +21,7 @@ jobs:
2321
# have changed. If you do not want to cache compiled output, remove
2422
# the `output` path.
2523
with:
26-
key: k1-${{ runner.os }}-spago-${{ hashFiles('**/*.lock') }}
24+
key: k2-${{ runner.os }}-spago-${{ hashFiles('**/*.lock') }}
2725
path: |
2826
.spago
2927
output
@@ -56,15 +54,10 @@ jobs:
5654
examples/13-error-boundaries/.spago
5755
examples/13-error-boundaries/output
5856
59-
- run: spago build
57+
- run: npm exec spago build
6058
- run: npm i
6159
- run: npm run bundle
6260

63-
- uses: actions/setup-node@v6
64-
with:
65-
node-version: 22
66-
67-
- run: npm rebuild -g
6861
- run: npm t
6962

7063
- name: Run Example Tests

0 commit comments

Comments
 (0)