We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77fcc0c commit be8ab91Copy full SHA for be8ab91
.github/workflows/ci.yml
@@ -8,6 +8,10 @@ jobs:
8
steps:
9
- uses: actions/checkout@v4
10
11
+ - uses: actions/setup-node@v6
12
+ with:
13
+ node-version: 22
14
+
15
- uses: purescript-contrib/setup-purescript@main
16
with:
17
purescript: 0.15.15
@@ -23,7 +27,7 @@ jobs:
23
27
# have changed. If you do not want to cache compiled output, remove
24
28
# the `output` path.
25
29
26
- key: k1-${{ runner.os }}-spago-${{ hashFiles('**/*.lock') }}
30
+ key: k2-${{ runner.os }}-spago-${{ hashFiles('**/*.lock') }}
31
path: |
32
.spago
33
output
@@ -57,11 +61,6 @@ jobs:
57
61
examples/13-error-boundaries/output
58
62
59
63
- run: spago build
60
-
- - uses: actions/setup-node@v6
- with:
- node-version: 22
64
65
- run: npm i
66
- run: npm run bundle
67
- run: npm t
0 commit comments