Skip to content

Commit

Permalink
ui: use node 18, as node 20 snap is incompatible with core20 (5.0-can…
Browse files Browse the repository at this point in the history
…didate) (#697)

# Done

- ui: downgrade back to node 18, as node 20 snap is incompatible with
core20 build environment
- see nodejs/snap#54
  • Loading branch information
tomponline authored Jan 20, 2025
2 parents e994425 + 54a5f33 commit a8cab8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1512,7 +1512,7 @@ parts:
snapcraftctl pull
set -ex
snap install node --channel=20/stable --classic || true
snap install node --channel=18/stable --classic || true
override-build: |
[ "$(uname -m)" = "riscv64" ] && exit 0
set -ex
Expand Down

0 comments on commit a8cab8f

Please sign in to comment.