Skip to content

Commit

Permalink
Update Node.js to v22.12.0 (#358)
Browse files Browse the repository at this point in the history
* Update Node.js to v22.12.0

* Bump

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Xiao <michael.xiao@smartcontract.com>
  • Loading branch information
renovate[bot] and mxiao-cll authored Dec 16, 2024
1 parent dad0020 commit 5654544
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ runs:
steps:
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: 22.11
node-version: 22.12
registry-url: https://registry.npmjs.org
always-auth: true
cache: yarn
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 22.11.0
nodejs 22.12.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"@sinonjs/fake-timers": "14.0.0",
"@types/eventsource": "1.1.15",
"@types/node": "22.10.1",
"@types/node": "22.10.2",
"@types/sinonjs__fake-timers": "8.1.5",
"@types/ws": "8.5.13",
"@typescript-eslint/eslint-plugin": "8.18.0",
Expand Down
2 changes: 1 addition & 1 deletion scripts/generator-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"@yeoman/types": "1.5.0",
"mem-fs": "4.1.2",
"@yeoman/adapter": "2.0.0",
"@types/node": "22.10.1"
"@types/node": "22.10.2"
}
}
9 changes: 8 additions & 1 deletion scripts/generator-adapter/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -349,13 +349,20 @@
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.13.tgz#786e2d67cfd95e32862143abe7463a7f90c300eb"
integrity sha512-lfx+dftrEZcdBPczf9d0Qv0x+j/rfNCMuC6OcfXmO8gkfeNAY88PgKUbvG56whcN23gc27yenwF6oJZXGFpYxg==

"@types/node@*", "@types/node@22.10.1", "@types/node@>=18", "@types/node@>=18.18.5":
"@types/node@*", "@types/node@>=18", "@types/node@>=18.18.5":
version "22.10.1"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.1.tgz#41ffeee127b8975a05f8c4f83fb89bcb2987d766"
integrity sha512-qKgsUwfHZV2WCWLAnVP1JqnpE6Im6h3Y0+fYgMTasNQ7V++CBX5OT1as0g0f+OyubbFqhf6XVNIsmN4IIhEgGQ==
dependencies:
undici-types "~6.20.0"

"@types/node@22.10.2":
version "22.10.2"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.2.tgz#a485426e6d1fdafc7b0d4c7b24e2c78182ddabb9"
integrity sha512-Xxr6BBRCAOQixvonOye19wnzyDiUtTeqldOOmj3CkeblonbccA12PFwlufvRdrpjXxqnmUaeiU5EOA+7s5diUQ==
dependencies:
undici-types "~6.20.0"

"@types/normalize-package-data@^2.4.3":
version "2.4.4"
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz#56e2cc26c397c038fab0e3a917a12d5c5909e901"
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -348,13 +348,20 @@
resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz"
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==

"@types/node@*", "@types/node@22.10.1":
"@types/node@*":
version "22.10.1"
resolved "https://registry.npmjs.org/@types/node/-/node-22.10.1.tgz"
integrity sha512-qKgsUwfHZV2WCWLAnVP1JqnpE6Im6h3Y0+fYgMTasNQ7V++CBX5OT1as0g0f+OyubbFqhf6XVNIsmN4IIhEgGQ==
dependencies:
undici-types "~6.20.0"

"@types/node@22.10.2":
version "22.10.2"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.2.tgz#a485426e6d1fdafc7b0d4c7b24e2c78182ddabb9"
integrity sha512-Xxr6BBRCAOQixvonOye19wnzyDiUtTeqldOOmj3CkeblonbccA12PFwlufvRdrpjXxqnmUaeiU5EOA+7s5diUQ==
dependencies:
undici-types "~6.20.0"

"@types/sinonjs__fake-timers@8.1.5":
version "8.1.5"
resolved "https://registry.npmjs.org/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-8.1.5.tgz"
Expand Down

0 comments on commit 5654544

Please sign in to comment.