Skip to content

jymartineau/0203-ci-for-javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 for javascript starter workflow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published