File tree Expand file tree Collapse file tree 3 files changed +6363
-601
lines changed
Expand file tree Collapse file tree 3 files changed +6363
-601
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments