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.
This commit is contained in:
silverwind 2023-05-29 22:41:56 +02:00 committed by GitHub
parent a36c620583
commit 51b130831e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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