Skip to content

chore: remove outdated Node 14 conditional in CI smoke test - #2440

Open
MD-Mushfiqur123 wants to merge 1 commit into
pinojs:mainfrom
MD-Mushfiqur123:main
Open

chore: remove outdated Node 14 conditional in CI smoke test#2440
MD-Mushfiqur123 wants to merge 1 commit into
pinojs:mainfrom
MD-Mushfiqur123:main

Conversation

@MD-Mushfiqur123

Copy link
Copy Markdown

The CI matrix already dropped Node 14 and 16 (running 20+ only), but the smoke test step still had a stale \matrix.node-version > 14\ condition. Since all current versions satisfy this, it's redundant -- cleaned it up.

Closes #1749

@mcollina mcollina left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Comment thread .github/workflows/ci.yml
if: >
matrix.os != 'windows-latest' &&
matrix.node-version > 14
if: matrix.os != 'windows-latest'

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is the windows-latest check still enabled?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update CI config

3 participants