Skip to content

Commit be8ab91

Browse files
committed
bump cache
1 parent 77fcc0c commit be8ab91

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/ci.yml

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

11+
- uses: actions/setup-node@v6
12+
with:
13+
node-version: 22
14+
1115
- uses: purescript-contrib/setup-purescript@main
1216
with:
1317
purescript: 0.15.15
@@ -23,7 +27,7 @@ jobs:
2327
# have changed. If you do not want to cache compiled output, remove
2428
# the `output` path.
2529
with:
26-
key: k1-${{ runner.os }}-spago-${{ hashFiles('**/*.lock') }}
30+
key: k2-${{ runner.os }}-spago-${{ hashFiles('**/*.lock') }}
2731
path: |
2832
.spago
2933
output
@@ -57,11 +61,6 @@ jobs:
5761
examples/13-error-boundaries/output
5862
5963
- run: spago build
60-
61-
- uses: actions/setup-node@v6
62-
with:
63-
node-version: 22
64-
6564
- run: npm i
6665
- run: npm run bundle
6766
- run: npm t

0 commit comments

Comments
 (0)