Skip to content

Commit

Permalink
Move off deprecated node versions (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzhao271 committed Oct 10, 2023
1 parent 822cb1b commit f775878
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 14 deletions.
9 changes: 3 additions & 6 deletions build/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,13 @@ extends:
testPlatforms:
- name: Linux
nodeVersions:
- 14.x
- 16.x
- 18.x
- name: MacOS
nodeVersions:
- 14.x
- 16.x
- 18.x
- name: Windows
nodeVersions:
- 14.x
- 16.x
- 18.x

testSteps:
- script: yarn --frozen-lockfile
Expand Down
6 changes: 3 additions & 3 deletions fs-provider/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -858,9 +858,9 @@ uri-js@^4.2.2:
punycode "^2.1.0"

vscode-uri@^3.0.7:
version "3.0.7"
resolved "https://registry.yarnpkg.com/vscode-uri/-/vscode-uri-3.0.7.tgz#6d19fef387ee6b46c479e5fb00870e15e58c1eb8"
integrity sha512-eOpPHogvorZRobNqJGhapa0JdwaxpjVvyBp0QIUMRMSf8ZAlqOdEquKuRmw9Qwu0qXtJIWqFtMkmvJjUZmMjVA==
version "3.0.8"
resolved "https://registry.yarnpkg.com/vscode-uri/-/vscode-uri-3.0.8.tgz#1770938d3e72588659a172d0fd4642780083ff9f"
integrity sha512-AyFQ0EVmsOZOlAnxoFOGOq1SQDWAB7C6aqMGS23svWAllfOaxbuFvcT8D1i8z3Gyn8fraVeZNNmN6e9bxxXkKw==

watchpack@^2.4.0:
version "2.4.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/koa-static": "^4.0.2",
"@types/koa__router": "^12.0.1",
"@types/minimist": "^1.2.3",
"@types/node": "18.x",
"@types/node": "^20.8.4",
"@types/gunzip-maybe": "^1.4.0",
"@types/tar-fs": "^2.0.2",
"@typescript-eslint/eslint-plugin": "^6.7.3",
Expand Down
15 changes: 11 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -301,10 +301,12 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.41.tgz#d0b939d94c1d7bd53d04824af45f1139b8c45615"
integrity sha512-dueRKfaJL4RTtSa7bWeTK1M+VH+Gns73oCgzvYfHZywRCoPSd8EkXBL0mZ9unPTveBn+D9phZBaxuzpwjWkW0g==

"@types/node@18.x":
version "18.18.4"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.4.tgz#519fef47a13cf869be290c20fc6ae9b7fe887aa7"
integrity sha512-t3rNFBgJRugIhackit2mVcLfF6IRc0JE4oeizPQL8Zrm8n2WY/0wOdpOPhdtG0V9Q2TlW/axbF1MJ6z+Yj/kKQ==
"@types/node@^20.8.4":
version "20.8.4"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.8.4.tgz#0e9ebb2ff29d5c3302fc84477d066fa7c6b441aa"
integrity sha512-ZVPnqU58giiCjSxjVUESDtdPk4QR5WQhhINbc9UBrKLU68MX5BF6kbQzTrkwbolyr0X8ChBpXfavr5mZFKZQ5A==
dependencies:
undici-types "~5.25.1"

"@types/qs@*":
version "6.9.6"
Expand Down Expand Up @@ -1734,6 +1736,11 @@ typescript@^5.2.2:
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==

undici-types@~5.25.1:
version "5.25.3"
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.25.3.tgz#e044115914c85f0bcbb229f346ab739f064998c3"
integrity sha512-Ga1jfYwRn7+cP9v8auvEXN1rX3sWqlayd4HP7OKk4mZWylEmu3KzXDUGrQUN6Ol7qo1gPvB2e5gX6udnyEPgdA==

uri-js@^4.2.2:
version "4.4.1"
resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e"
Expand Down

0 comments on commit f775878

Please sign in to comment.