Skip to content

chore(deps): update dependency node to v22 #282

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
persist-credentials: false
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 22
- run: |
npm install --legacy-peer-deps
npm run build
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"@tsconfig/node16": "^16.0.0",
"@types/dedent": "^0.7.0",
"@types/jest": "^29.0.0",
"@types/node": "^16.0.0",
"@types/node": "^22.0.0",
"@types/semver": "^7.5.8",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
Expand Down
19 changes: 14 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2816,10 +2816,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^16.0.0":
version: 16.18.126
resolution: "@types/node@npm:16.18.126"
checksum: 86112e7499f8a4d1bb60696cab0bf464adf3c141fca4bc5451e8f3aba5736529b76d4b4396edb21e5d7c19592852f7d6cb81ee70074fd13bde2db2d0db720467
"@types/node@npm:^22.0.0":
version: 22.17.1
resolution: "@types/node@npm:22.17.1"
dependencies:
undici-types: ~6.21.0
checksum: 5cbf016267f5deadf3d279836a8294a8b9a294d78d912788c98ea35ab92ef2e923d4b0e7b85e83a4391a9d6cb64d616bd9cf62b3edd85be1a04c4f88425b072b
languageName: node
linkType: hard

Expand Down Expand Up @@ -5143,7 +5145,7 @@ __metadata:
"@tsconfig/node16": ^16.0.0
"@types/dedent": ^0.7.0
"@types/jest": ^29.0.0
"@types/node": ^16.0.0
"@types/node": ^22.0.0
"@types/semver": ^7.5.8
"@typescript-eslint/eslint-plugin": ^6.0.0
"@typescript-eslint/parser": ^6.0.0
Expand Down Expand Up @@ -11247,6 +11249,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.21.0":
version: 6.21.0
resolution: "undici-types@npm:6.21.0"
checksum: 46331c7d6016bf85b3e8f20c159d62f5ae471aba1eb3dc52fff35a0259d58dcc7d592d4cc4f00c5f9243fa738a11cfa48bd20203040d4a9e6bc25e807fab7ab3
languageName: node
linkType: hard

"undici-types@npm:~7.10.0":
version: 7.10.0
resolution: "undici-types@npm:7.10.0"
Expand Down
Loading