mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-10 14:25:58 +00:00
Remove node 5 and 6 from build script
This commit is contained in:
parent
99bfc7ef2c
commit
bf30f4b079
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
node_versions=${@:-4.4.7 5.12.0 6.5.0 7.0.0}
|
node_versions=${@:-6.5.0 7.0.0}
|
||||||
|
|
||||||
topdir=$(cd $(dirname "$0")/..; pwd)
|
topdir=$(cd $(dirname "$0")/..; pwd)
|
||||||
|
|
||||||
@ -41,4 +41,3 @@ for node_version in ${node_versions}; do
|
|||||||
cp build/stage/node-pre-gyp/*.tar.gz ${topdir}/out/
|
cp build/stage/node-pre-gyp/*.tar.gz ${topdir}/out/
|
||||||
)
|
)
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user