Skip to content

geekmichael/ci-for-javascript

Repository files navigation

02_03 CI for JavaScript

Check node versions in the matrix strategy.

Update the matrix according to the versions needed for your project and the active versions as reported by Node.js Release Working Group.

For example, change:

strategy:
  matrix:
    node-version: [14.x, 16.x, 18.x]

to:

strategy:
  matrix:
    node-version: [16.x, 18.x, 19.x]

About

This is an exercise repository following a LinkedIn course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published