Skip to content

Commit 03fc302

Browse files
authored
Merge branch 'dev' into update-flake-inputs-20250415
2 parents cf315a7 + a7cedef commit 03fc302

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/handler.list-super-token.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535

3636
defaults:
3737
run:
38-
shell: nix develop .#ci-default -c bash -xe {0}
38+
# sticking to node20, otherwise truffle fails.
39+
shell: nix develop .#ci-node20 -c bash -xe {0}
3940

4041
steps:
4142
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)