Downgrading Snap to build with node/18 instead of node/20

This commit is contained in:
techknowlogick 2023-07-16 22:28:52 -04:00 committed by GitHub
parent 8fc4774e5a
commit d9763d605d
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/20/stable ]
build-snaps: [ go, node/18/stable ]
build-environment:
- LDFLAGS: ""
override-pull: |