setup-kind icon indicating copy to clipboard operation
setup-kind copied to clipboard

Upgrade NodeJS version to 16

Open tao12345666333 opened this issue 1 year ago • 4 comments

  • first commit

    • Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.

    • Since I will encounter the error ERR_OSSL_EVP_UNSUPPORTED after upgrading to Node 16, I also upgraded the version of ncc. https://github.com/vercel/ncc/pull/868

  • second commit

    • update package version to fix 4 vulnerabilities
 ✗ npm i
                                                       
> [email protected] prepare                         
> husky install                      

husky - Git hooks installed                             
                                                       
up to date, audited 524 packages in 2s                                                                          
                                                                                                                                                                                                                                
61 packages are looking for funding
 run `npm fund` for details                                                                                    
                                                                                                               
4 vulnerabilities (1 moderate, 2 high, 1 critical)      
                                                       
To address all issues, run:                                                                                     
 npm audit fix
                                                                                                               
Run `npm audit` for details.

tao12345666333 avatar Dec 01 '22 06:12 tao12345666333