summaryrefslogtreecommitdiffstats
path: root/snap
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@gitea.io>2023-07-16 22:28:52 -0400
committerGitHub <noreply@github.com>2023-07-16 22:28:52 -0400
commitd9763d605d5fef058d88cd8b894f99cb9cc06c1c (patch)
tree613eb05974d41f85db88e2e8b5e29959965b851d /snap
parent8fc4774e5a37a10e1f9da78e5d679f565aa681e1 (diff)
downloadgitea-d9763d605d5fef058d88cd8b894f99cb9cc06c1c.tar.gz
gitea-d9763d605d5fef058d88cd8b894f99cb9cc06c1c.zip
Downgrading Snap to build with node/18 instead of node/20
Diffstat (limited to 'snap')
-rw-r--r--snap/snapcraft.yaml2
1 files changed, 1 insertions, 1 deletions
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: |