Skip to content

bbenny97/GitHub-actions-for-CI-CD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

CI-CD learnings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published