Skip to content
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@v5
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 @@ -2809,10 +2809,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.18.10
resolution: "@types/node@npm:22.18.10"
dependencies:
undici-types: ~6.21.0
checksum: 3c6e12b5b6cec219c5903f8318ced2c4a621c08aeec55908925d5ad14408b48e3d1578b5d920964a2485521764ddc1622ed7c2048a803bd2856e991f4c4f7813
languageName: node
linkType: hard

Expand Down Expand Up @@ -5153,7 +5155,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 @@ -11197,6 +11199,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.13.0":
version: 7.13.0
resolution: "undici-types@npm:7.13.0"
Expand Down