File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 88 steps :
99 - uses : actions/checkout@v4
1010
11- - uses : actions/setup-node@v6
12- with :
13- node-version : 22
14-
1511 - uses : purescript-contrib/setup-purescript@main
1612 with :
1713 purescript : 0.15.15
2723 # have changed. If you do not want to cache compiled output, remove
2824 # the `output` path.
2925 with :
30- key : k2 -${{ runner.os }}-spago-${{ hashFiles('**/*.lock') }}
26+ key : k1 -${{ runner.os }}-spago-${{ hashFiles('**/*.lock') }}
3127 path : |
3228 .spago
3329 output
6056 examples/13-error-boundaries/.spago
6157 examples/13-error-boundaries/output
6258
63- - run : npm i && npm rebuild
6459 - run : spago build
60+ - uses : actions/setup-node@v6
61+ with :
62+ node-version : 22
63+
64+ - run : npm i && npm rebuild
6565 - run : npm run bundle
6666 - run : npm t
6767
You can’t perform that action at this time.
0 commit comments