Browse Source

revert to node14 for snapcraft

pull/18536/head
techknowlogick 3 years ago committed by GitHub
parent
commit
24d39ee6b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      snap/snapcraft.yaml

2
snap/snapcraft.yaml

@ -45,7 +45,7 @@ parts:
source: . source: .
stage-packages: [ git, sqlite3, openssh-client ] stage-packages: [ git, sqlite3, openssh-client ]
build-packages: [ git, libpam0g-dev, libsqlite3-dev] build-packages: [ git, libpam0g-dev, libsqlite3-dev]
build-snaps: [ go, node/16/stable ] build-snaps: [ go, node/14/stable ]
build-environment: build-environment:
- LDFLAGS: "" - LDFLAGS: ""
override-pull: | override-pull: |

Loading…
Cancel
Save