Skip to content

Commit

Permalink
move centos checks to node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
seemk committed Jul 2, 2024
1 parent 6a4b98e commit 74254a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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: [16]
nodejs: [18]
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,10 +241,10 @@ jobs:
fail-fast: false
matrix:
container: ['centos:7']
nodejs: [16]
nodejs: [18]
include:
- container: 'centos:7'
nodejs: 16
nodejs: 18
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 }}
Expand Down

0 comments on commit 74254a4

Please sign in to comment.