diff options
author | silverwind <me@silverwind.io> | 2023-05-29 22:41:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-29 22:41:56 +0200 |
commit | 51b130831e0d9721adde21750253a388c84fe2c0 (patch) | |
tree | 651a4c6f5586fc0d76bad3a0ec4bdc3b2b74b734 /snap | |
parent | a36c620583b9caa3133b714f47b6de32754e136c (diff) | |
download | gitea-51b130831e0d9721adde21750253a388c84fe2c0.tar.gz gitea-51b130831e0d9721adde21750253a388c84fe2c0.zip |
Upgrade snap to node 20 (#24990)
Followup to https://github.com/go-gitea/gitea/pull/24524. Now there is a
[node 20 snap](https://snapcraft.io/node), so let's upgrade to it.
Diffstat (limited to 'snap')
-rw-r--r-- | snap/snapcraft.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 25494bde23..5e09bb251e 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/18/stable ] + build-snaps: [ go, node/20/stable ] build-environment: - LDFLAGS: "" override-pull: | |