nodejs / snap

Node.js snap source and updater
MIT License
166 stars 38 forks source link

node v18 support #33

Closed coderaiser closed 2 years ago

coderaiser commented 2 years ago

Could you please add support of node v18?

error: snap "node" is not available on 18/stable but is available to install
       on the following tracks:

       17/stable  snap install --channel=17 node
       16/stable  snap install --channel=16 node
       15/stable  snap install --channel=15 node
       14/stable  snap install --channel=14 node
       13/stable  snap install --channel=13 node
       12/stable  snap install --channel=12 node
       11/stable  snap install --channel=11 node
       10/stable  snap install --channel=10 node
       9/stable   snap install --channel=9 node
       8/stable   snap install --channel=8 node
       6/stable   snap install --channel=6 node

       Please be mindful that different tracks may include different
       features. Get more information with 'snap info node'.
rvagg commented 2 years ago

30 needs to be fixed first, nothing is getting published

rvagg commented 2 years ago

30 got fixed, this repo is setup now for node18 and we're just waiting for https://forum.snapcraft.io/t/track-request-for-node-18/29791 before I can wire the rest up. Thanks for your patience.

rvagg commented 2 years ago

done, you can now install 18 sudo snap install node --channel=18--classic or sudo snap refresh node --channel=18 if you already have the node snap installed

coderaiser commented 2 years ago

Thanks!