Skip to content

Commit

Permalink
drop nodejs14 checks from centos7
Browse files Browse the repository at this point in the history
  • Loading branch information
seemk committed Jul 2, 2024
1 parent 3151cbc commit 6a4b98e
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ jobs:
strategy:
fail-fast: false
matrix:
nodejs: [14]
nodejs: [16]
include:
- container: 'centos:7'
- cmd: 'curl -sL https://rpm.nodesource.com/setup_${NODE_VERSION}.x | bash - && yum install -y nodejs gcc-c++ make'
Expand All @@ -241,14 +241,12 @@ jobs:
fail-fast: false
matrix:
container: ['centos:7']
nodejs: [14, 16]
nodejs: [16]
include:
- container: 'centos:7'
nodejs: 14
cmd: 'curl -sL https://rpm.nodesource.com/setup_14.x | bash - && yum install -y nodejs'
- container: 'centos:7'
nodejs: 16
cmd: 'yum install https://rpm.nodesource.com/pub_16.x/nodistro/repo/nodesource-release-nodistro-1.noarch.rpm -y && yum install nodejs -y --setopt=nodesource-nodejs.module_hotfixes=1'
cmd: 'curl -sL https://rpm.nodesource.com/setup_${NODE_VERSION}.x | bash - && yum install -y nodejs gcc-c++ make'
#cmd: 'yum install https://rpm.nodesource.com/pub_16.x/nodistro/repo/nodesource-release-nodistro-1.noarch.rpm -y && yum install nodejs -y --setopt=nodesource-nodejs.module_hotfixes=1'
name: Centos check - ${{ matrix.container }} - Node.js ${{ matrix.nodejs }}
container: ${{ matrix.container }}
env:
Expand Down

0 comments on commit 6a4b98e

Please sign in to comment.