Skip to content

Commit 4a6e926

Browse files
authored
Upgrade Node to latest LTS (#149)
This is expected to fix the publishing workflow by using a Node.js distribution that ships with npm ≥11.5.1, which supports trusted publishing.
1 parent 519a3a5 commit 4a6e926

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22
1+
24

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@stylistic/eslint-plugin": "^3.1.0",
4949
"@testing-library/dom": "^8.0.0",
5050
"@types/jest": "^29.5.12",
51-
"@types/node": "^22.18.13",
51+
"@types/node": "^24",
5252
"@typescript-eslint/eslint-plugin": "^8.46.2",
5353
"@typescript-eslint/parser": "^8.46.2",
5454
"browserify": "^17.0.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1703,12 +1703,12 @@
17031703
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.7.6.tgz#31743bc5772b6ac223845e18c3fc26f042713c83"
17041704
integrity sha512-EdxgKRXgYsNITy5mjjXjVE/CS8YENSdhiagGrLqjG0pvA2owgJ6i4l7wy/PFZGC0B1/H20lWKN7ONVDNYDZm7A==
17051705

1706-
"@types/node@^22.18.13":
1707-
version "22.18.13"
1708-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.18.13.tgz#a037c4f474b860be660e05dbe92a9ef945472e28"
1709-
integrity sha512-Bo45YKIjnmFtv6I1TuC8AaHBbqXtIo+Om5fE4QiU1Tj8QR/qt+8O3BAtOimG5IFmwaWiPmB3Mv3jtYzBA4Us2A==
1706+
"@types/node@^24":
1707+
version "24.10.0"
1708+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.10.0.tgz#6b79086b0dfc54e775a34ba8114dcc4e0221f31f"
1709+
integrity sha512-qzQZRBqkFsYyaSWXuEHc2WR9c0a0CXwiE5FWUvn7ZM+vdy1uZLfCunD38UzhuB7YN/J11ndbDBcTmOdxJo9Q7A==
17101710
dependencies:
1711-
undici-types "~6.21.0"
1711+
undici-types "~7.16.0"
17121712

17131713
"@types/normalize-package-data@^2.4.0":
17141714
version "2.4.4"
@@ -7222,10 +7222,10 @@ undeclared-identifiers@^1.1.2:
72227222
simple-concat "^1.0.0"
72237223
xtend "^4.0.1"
72247224

7225-
undici-types@~6.21.0:
7226-
version "6.21.0"
7227-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
7228-
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
7225+
undici-types@~7.16.0:
7226+
version "7.16.0"
7227+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
7228+
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
72297229

72307230
unicode-canonical-property-names-ecmascript@^2.0.0:
72317231
version "2.0.0"

0 commit comments

Comments
 (0)