Skip to content

Commit

Permalink
Upgrade snap to node 20 (#24990)
Browse files Browse the repository at this point in the history
Followup to #24524. Now there is a
[node 20 snap](https://snapcraft.io/node), so let's upgrade to it.
  • Loading branch information
silverwind committed May 29, 2023
1 parent a36c620 commit 51b1308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Expand Up @@ -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: |
Expand Down

0 comments on commit 51b1308

Please sign in to comment.