We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a7dd61 commit 09e472dCopy full SHA for 09e472d
3 files changed
.changeset/smart-plums-grow.md
@@ -0,0 +1,6 @@
1
+---
2
+'@lglab/react-qr-code': patch
3
+'reactqrcode.com': patch
4
5
+
6
+ci: install latest npm
.github/workflows/ci.yml
@@ -18,6 +18,9 @@ jobs:
18
with:
19
node-version: 20
20
21
+ - name: Install latest npm
22
+ run: npm install -g npm@latest
23
24
- name: Install pnpm
25
uses: pnpm/action-setup@v4
26
.github/workflows/release.yml
@@ -28,6 +28,9 @@ jobs:
28
29
registry-url: 'https://registry.npmjs.org'
30
31
32
33
34
35
36
0 commit comments