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

pull/25920/head
techknowlogick 11 months ago committed by GitHub
parent 8fc4774e5a
commit d9763d605d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save