File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 2424 # cache: npm
2525 node-version-file : ' .nvmrc'
2626 registry-url : ' https://registry.npmjs.org'
27+ - name : Show Node & npm versions
28+ run : |
29+ node -v
30+ npm -v
31+
32+ - name : Upgrade npm to latest (11.x+)
33+ run : npm install -g npm@latest
34+
35+ - name : Confirm npm version (debug)
36+ run : npm -v # should be >= 11.5.1
37+
2738 - name : Install dependencies
2839 run : npm ci
2940 - name : Build library
Original file line number Diff line number Diff line change 117117 ],
118118 "repository" : {
119119 "type" : " git" ,
120- "url" : " https://github.com/cordobo/angularx-qrcode.git"
120+ "url" : " git+ https://github.com/cordobo/angularx-qrcode.git"
121121 },
122122 "bugs" : {
123123 "url" : " https://github.com/cordobo/angularx-qrcode/issues"
You can’t perform that action at this time.
0 commit comments