Added nodesource apt repository to snap package
authorSergio Garcia <github-committer@sergiogarcia.dev>
Mon, 11 Oct 2021 21:39:02 +0000 (18:39 -0300)
committerAnthony Fok <anthony@anthonyfok.org>
Fri, 22 Oct 2021 22:26:07 +0000 (16:26 -0600)
snap/snapcraft.yaml

index 188bab50109b1705f188f2f0980ded4ec6047868..fa9605949fefc40dd59bd612a89b35d5999cb550 100644 (file)
@@ -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