Skip to content

Commit d02c840

Browse files
committed
Merge branch 'develop' of github.com:devmehq/libphonenumber-js into develop
2 parents 3c510b6 + 58bee18 commit d02c840

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
persist-credentials: false
4444

4545
- name: Setup Node.js
46-
uses: actions/setup-node@v4
46+
uses: actions/setup-node@v5
4747
with:
4848
node-version: 24
4949
cache: 'yarn'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
persist-credentials: false
4040

4141
- name: Setup Node.js
42-
uses: actions/setup-node@v4
42+
uses: actions/setup-node@v5
4343
with:
4444
node-version: 24
4545
cache: 'yarn'

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1088,9 +1088,9 @@
10881088
pretty-format "^30.0.0"
10891089

10901090
"@types/node@*", "@types/node@^24.3.0":
1091-
version "24.3.0"
1092-
resolved "https://registry.npmjs.org/@types/node/-/node-24.3.0.tgz"
1093-
integrity sha512-aPTXCrfwnDLj4VvXrm+UUCQjNEvJgNA8s5F1cvwQU+3KNltTOkBm1j30uNLyqqPNe7gE3KFzImYoZEfLhp4Yow==
1091+
version "24.3.1"
1092+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.3.1.tgz#b0a3fb2afed0ef98e8d7f06d46ef6349047709f3"
1093+
integrity sha512-3vXmQDXy+woz+gnrTvuvNrPzekOi+Ds0ReMxw0LzBiK3a+1k0kQn9f2NWk+lgD4rJehFUmYy2gMhJ2ZI+7YP9g==
10941094
dependencies:
10951095
undici-types "~7.10.0"
10961096

@@ -3273,7 +3273,7 @@ uglify-js@^3.1.4:
32733273

32743274
undici-types@~7.10.0:
32753275
version "7.10.0"
3276-
resolved "https://registry.npmjs.org/undici-types/-/undici-types-7.10.0.tgz"
3276+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.10.0.tgz#4ac2e058ce56b462b056e629cc6a02393d3ff350"
32773277
integrity sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag==
32783278

32793279
unplugin-utils@^0.2.4:

0 commit comments

Comments
 (0)