Skip to content

Commit d5f5e09

Browse files
authored
ci: remove Node.js 0.6 from CI (#416)
1 parent e79da20 commit d5f5e09

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ jobs:
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
@@ -71,11 +70,6 @@ jobs:
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

0 commit comments

Comments
 (0)