Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages