Skip to content

Commit

Permalink
Added nodesource apt repository to snap package
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Garcia authored and anthonyfok committed Oct 22, 2021
1 parent 355ff83 commit 70e4548
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ base: core20
confinement: strict
grade: devel # "devel" or "stable"

package-repositories:
- type: apt
components: [main]
suites: [focal]
key-id: 9FD3B784BC1C6FC31A8A0A1C1655A0AB68576280
url: https://deb.nodesource.com/node_16.x

apps:
hugo:
command: bin/hugo
Expand Down

0 comments on commit 70e4548

Please sign in to comment.