Browse Source

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.
tags/v1.20.0-rc0
silverwind 1 year ago
parent
commit
51b130831e
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      snap/snapcraft.yaml

+ 1
- 1
snap/snapcraft.yaml View File

@@ -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: |

Loading…
Cancel
Save