Skip to content

Commit

Permalink
drop Node.js 0.6 from CI pipeline.
Browse files Browse the repository at this point in the history
Test are most likely not broken but running the tests on such and old version is no longer feasible.
  • Loading branch information
carpasse committed May 4, 2024
1 parent b4929d0 commit 979efa7
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
strategy:
matrix:
name:
- Node.js 0.6
- Node.js 0.8
- Node.js 0.10
- Node.js 0.12
Expand Down Expand Up @@ -38,10 +37,6 @@ jobs:
- Node.js 22.x

include:
- name: Node.js 0.6
node-version: "0.6"
npm-i: mocha@1.21.5
npm-rm: nyc

- name: Node.js 0.8
node-version: "0.8"
Expand Down Expand Up @@ -141,11 +136,6 @@ jobs:
- name: Install Node.js ${{ matrix.node-version }}
shell: bash -eo pipefail -l {0}
run: |
if [[ "${{ matrix.node-version }}" == 0.6* ]]; then
sudo apt-get install g++-4.8 gcc-4.8 libssl1.0-dev
export CC=/usr/bin/gcc-4.8
export CXX=/usr/bin/g++-4.8
fi
nvm install --default ${{ matrix.node-version }}
if [[ "${{ matrix.node-version }}" == 0.* && "$(cut -d. -f2 <<< "${{ matrix.node-version }}")" -lt 10 ]]; then
nvm install --alias=npm 0.10
Expand Down

0 comments on commit 979efa7

Please # to comment.