Skip to content

Commit 77fcc0c

Browse files
committed
move node
1 parent 4d73850 commit 77fcc0c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 4 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
@@ -61,6 +57,11 @@ jobs:
6157
examples/13-error-boundaries/output
6258
6359
- run: spago build
60+
61+
- uses: actions/setup-node@v6
62+
with:
63+
node-version: 22
64+
6465
- run: npm i
6566
- run: npm run bundle
6667
- run: npm t

0 commit comments

Comments
 (0)