Skip to content

Commit f704ae5

Browse files
committed
feat: angular 21 support
1 parent 83ef228 commit f704ae5

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.github/workflows/publish.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,17 @@ jobs:
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
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"

0 commit comments

Comments
 (0)