From d9763d605d5fef058d88cd8b894f99cb9cc06c1c Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Sun, 16 Jul 2023 22:28:52 -0400 Subject: [PATCH] Downgrading Snap to build with node/18 instead of node/20 --- snap/snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 5e09bb251e..25494bde23 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -44,7 +44,7 @@ parts: source: . stage-packages: [ git, sqlite3, openssh-client ] build-packages: [ git, libpam0g-dev, libsqlite3-dev, build-essential] - build-snaps: [ go, node/20/stable ] + build-snaps: [ go, node/18/stable ] build-environment: - LDFLAGS: "" override-pull: |