Skip to content

Commit

Permalink
ui: use node 18, as node 20 snap is incompatible with core20, see nod…
Browse files Browse the repository at this point in the history
…ejs/snap#54

Signed-off-by: David Edler <[email protected]>
  • Loading branch information
edlerd committed Jan 20, 2025
1 parent e994425 commit 54a5f33
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 54a5f33

Please sign in to comment.