File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change 4242 fail-fast : false
4343 matrix :
4444 name :
45- - Node.js 0.6
4645 - Node.js 0.8
4746 - Node.js 0.10
4847 - Node.js 0.12
7170 - Node.js 23.x
7271
7372 include :
74- - name : Node.js 0.6
75- node-version : " 0.6"
76- 77- npm-rm : nyc
78-
7973 - name : Node.js 0.8
8074 node-version : " 0.8"
8175@@ -175,14 +169,6 @@ jobs:
175169 - name : Install Node.js ${{ matrix.node-version }}
176170 shell : bash -eo pipefail -l {0}
177171 run : |
178- if [[ "${{ matrix.node-version }}" == 0.6* ]]; then
179- sudo sh -c 'echo "deb http://us.archive.ubuntu.com/ubuntu/ bionic universe" >> /etc/apt/sources.list'
180- sudo sh -c 'echo "deb http://security.ubuntu.com/ubuntu bionic-security main" >> /etc/apt/sources.list'
181- sudo apt-get update
182- sudo apt-get install g++-4.8 gcc-4.8 libssl1.0-dev python2 python-is-python2
183- export CC=/usr/bin/gcc-4.8
184- export CXX=/usr/bin/g++-4.8
185- fi
186172 nvm install --default ${{ matrix.node-version }}
187173 if [[ "${{ matrix.node-version }}" == 0.* && "$(cut -d. -f2 <<< "${{ matrix.node-version }}")" -lt 10 ]]; then
188174 nvm install --alias=npm 0.10
You can’t perform that action at this time.
0 commit comments