Skip to content

Commit

Permalink
TypeScript 5 works on Node.js v8.3.0 or later
Browse files Browse the repository at this point in the history
  • Loading branch information
shimataro committed Mar 25, 2023
1 parent 469660e commit 9a13c2b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/examples-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,7 @@ jobs:
- ubuntu-20.04
- ubuntu-22.04
nodejs:
- "4.0.0"
- "6.0.0"
- "8.0.0"
- "8.3.0" # TypeScript 5 uses "spread syntax in object literals" internally, that is supported as of Node.js v8.3.0; https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Spread_syntaxhttps://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Spread_syntax
- "10.0.0"
- "12.0.0"
- "14.0.0"
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/examples-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,7 @@ jobs:
- macos-11
- macos-12
nodejs:
- "4.0.0"
- "6.0.0"
- "8.0.0"
- "8.3.0" # TypeScript 5 uses "spread syntax in object literals" internally, that is supported as of Node.js v8.3.0; https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Spread_syntaxhttps://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Spread_syntax
- "10.0.0"
- "12.0.0"
- "14.0.0"
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/examples-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,7 @@ jobs:
- windows-2019
- windows-2022
nodejs:
- "4.0.0"
- "6.0.0"
- "8.0.0"
- "8.3.0" # TypeScript 5 uses "spread syntax in object literals" internally, that is supported as of Node.js v8.3.0; https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Spread_syntaxhttps://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Spread_syntax
- "10.0.0"
- "12.0.0"
- "14.0.0"
Expand Down

0 comments on commit 9a13c2b

Please sign in to comment.