Browse Source

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

tags/v1.21.0-rc0
techknowlogick 11 months ago
parent
commit
d9763d605d
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/20/stable ]
build-snaps: [ go, node/18/stable ]
build-environment:
- LDFLAGS: ""
override-pull: |

Loading…
Cancel
Save