Skip to content

Commit 1a3a447

Browse files
committed
Merge branch 'master' of github.com:devmehq/react-qr-code into develop
2 parents fb4215c + 61c5521 commit 1a3a447

File tree

4 files changed

+31
-6
lines changed

4 files changed

+31
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- uses: FranzDiebold/github-env-vars-action@v2
4444
- name: Setup Node.js
45-
uses: actions/setup-node@v3
45+
uses: actions/setup-node@v5
4646
with:
4747
node-version: 24
4848

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- uses: FranzDiebold/github-env-vars-action@v2
3838
- name: Setup Node.js
39-
uses: actions/setup-node@v3
39+
uses: actions/setup-node@v5
4040
with:
4141
node-version: 24
4242

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devmehq/react-qr-code",
3-
"version": "1.0.9",
3+
"version": "1.0.10",
44
"description": "React component to generate QR codes",
55
"keywords": [
66
"react",

yarn.lock

Lines changed: 28 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)