2018-node-pre-release.md
1 author: Aaron Bieber <aaron@bolddaemon.com> 2 title: Test packages for Node on OpenBSD 3 description: Have your nodes and eat them too! 4 tags: OpenBSD,Node.js 5 date: Thu, 30 Aug 2018 08:00:00 MST 6 7 # Test builds for node 8 9 In an attempt to get a wider range of testing for `lang/node`, I have decided 10 to make test builds available here on [deftly.net](https://deftly.net/pub/OpenBSD). 11 12 If you want to test node, but don't want to build the package yourself, you 13 can simply run the following to upgrade your current install: 14 15 ``` 16 env PKG_PATH=https://deftly.net/pub/OpenBSD/snapshots/packages/$(machine) pkg_add -u node 17 ``` 18 19 All the packages pushed here will be signed via [signify(1)](https://man.openbsd.org/signify). 20 21 To make use of the signing, you will have to copy the below pub key to 22 `/etc/signify/abieber-pkg.pub` 23 24 ``` 25 untrusted comment: signify public key 26 RWRaFou/737fpovRq3OP3lZnz/97lbq2wYXFFk90nYUaW8xbc2HTd2xj 27 ```