Skip to content

Commit 52df8b7

Browse files
committed
sdf
1 parent 24ad4e9 commit 52df8b7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ jobs:
1212
with:
1313
node-version: 22
1414

15-
- run: npm i -g [email protected]
16-
1715
- name: Cache PureScript dependencies
1816
uses: actions/cache@v4
1917
# This cache uses the .lock files to know when it should reinstall
@@ -56,8 +54,8 @@ jobs:
5654
examples/13-error-boundaries/.spago
5755
examples/13-error-boundaries/output
5856
59-
- run: npm exec spago build
6057
- run: npm i
58+
- run: npm exec spago build
6159
- run: npm run bundle
6260

6361
- run: npm t

0 commit comments

Comments
 (0)