Skip to content

Commit

Permalink
drop node 18 from centos 7
Browse files Browse the repository at this point in the history
  • Loading branch information
seemk committed Sep 30, 2023
1 parent a8c4e5f commit 06bc951
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
strategy:
fail-fast: false
matrix:
nodejs: [14, 16, 18]
nodejs: [14, 16]
include:
- container: 'centos:7'
- cmd: 'curl -sL https://rpm.nodesource.com/setup_${NODE_VERSION}.x | bash - && yum install -y nodejs'
Expand All @@ -172,7 +172,7 @@ jobs:
mkdir -p prebuilds
cp -r prebuilds-linux/* prebuilds
- name: Install npm dependencies
run: npm ci --ignore-scripts --no-optional
run: npm ci --ignore-scripts --no-optional --loglevel debug
- name: Run tests
run: npm run test

Expand Down

0 comments on commit 06bc951

Please sign in to comment.