Skip to content

Commit fa59ae2

Browse files
committed
sfd
1 parent fb3012d commit fa59ae2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ jobs:
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
@@ -27,7 +23,7 @@ jobs:
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
@@ -60,8 +56,12 @@ jobs:
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

0 commit comments

Comments
 (0)