File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -150,18 +150,16 @@ jobs:
150
150
- name : Decompress npm package
151
151
run : tar -xzf package.tar.gz
152
152
153
- # NOTE@jsjoeio - npm fails here
154
- # so use yarn
155
153
- name : Build standalone release
156
- run : yarn release:standalone
154
+ run : npm run release:standalone
157
155
158
156
- name : Replace node with cross-compile equivalent
159
157
run : |
160
158
wget https://nodejs.org/dist/${NODE_VERSION}/node-${NODE_VERSION}-linux-${NPM_CONFIG_ARCH}.tar.xz
161
159
tar -xf node-${NODE_VERSION}-linux-${NPM_CONFIG_ARCH}.tar.xz node-${NODE_VERSION}-linux-${NPM_CONFIG_ARCH}/bin/node --strip-components=2
162
160
mv ./node ./release-standalone/lib/node
163
161
164
- # NOTE@jsjoeio - we do this so we can strip out the v
162
+ # NOTE@jsjoeio - we do this so we can strip cut the v
165
163
# i.e. v4.9.1 -> 4.9.1
166
164
- name : Get and set VERSION
167
165
run : |
You can’t perform that action at this time.
0 commit comments