Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: fix typo in lint matrix setup #528

Merged
merged 2 commits into from
May 24, 2021

Conversation

dominykas
Copy link
Contributor

@dominykas dominykas commented May 16, 2021

This PR contains a:

  • bugfix
  • new feature
  • code refactor
  • test update
  • typo fix
  • metadata update

Motivation / Use-Case

env.node-version was undefined (matrix.node-version was defined, but never used), therefore the linting used to run in Node.js 14

This trips up my tools which scan which node versions are used in Github workflows :)

Breaking Changes

None

Additional Info

N/A

`env.node-version` was undefined (`matrix.node-version` was defined, but never used), therefore the linting used to run in Node.js 14
@dominykas
Copy link
Contributor Author

Oh, it seems the same typo has also made its way to the following:

  • webpack-contrib/css-loader
  • webpack-contrib/file-loader
  • webpack-contrib/style-loader
  • webpack-contrib/url-loader
  • webpack/schema-utils
  • webpack/webpack-dev-middleware
  • webpack/webpack-dev-server

Is this coming from some template? Or should I open a new PR in each of those?

@@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [12.x]
node-version: [14.x]
Copy link
Member

Choose a reason for hiding this comment

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

Don't change it, we use 12, i.e. minimum LTS for linting

Copy link
Contributor Author

@dominykas dominykas May 17, 2021

Choose a reason for hiding this comment

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

OK, the intent wasn't clear there - it was running in 14 up till now, though. Updated: 6dda685

Copy link
Member

@alexander-akait alexander-akait left a comment

Choose a reason for hiding this comment

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

Thanks

@codecov
Copy link

codecov bot commented May 17, 2021

Codecov Report

Merging #528 (6dda685) into master (0c6dcdc) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #528   +/-   ##
=======================================
  Coverage   97.04%   97.04%           
=======================================
  Files           5        5           
  Lines         271      271           
  Branches       88       88           
=======================================
  Hits          263      263           
  Misses          8        8           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0c6dcdc...6dda685. Read the comment docs.

@alexander-akait alexander-akait merged commit daeac95 into webpack-contrib:master May 24, 2021
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.

2 participants