Skip to content

Commit

Permalink
Update Node.js version for import attributes (mdn#21407)
Browse files Browse the repository at this point in the history
* Update Node.js version for import attributes

* Add NodeJS v20.10.0

---------

Co-authored-by: Queen Vinyl Da.i'gyu-Kazotetsu <[email protected]>
  • Loading branch information
nicolo-ribaudo and queengooborg authored Dec 11, 2023
1 parent ff83102 commit 984a8ec
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions browsers/nodejs.json
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,13 @@
"engine": "V8",
"engine_version": "11.3"
},
"20.10.0": {
"release_date": "2023-11-22",
"release_notes": "https://nodejs.org/en/blog/release/v20.10.0",
"status": "esr",
"engine": "V8",
"engine_version": "11.3"
},
"21.0.0": {
"release_date": "2023-10-17",
"release_notes": "https://nodejs.org/en/blog/release/v21.0.0",
Expand Down
4 changes: 2 additions & 2 deletions javascript/statements.json
Original file line number Diff line number Diff line change
Expand Up @@ -1357,7 +1357,7 @@
"version_added": false
},
"nodejs": {
"version_added": "21.0.0"
"version_added": "20.10.0"
},
"oculus": "mirror",
"opera": "mirror",
Expand Down Expand Up @@ -1396,7 +1396,7 @@
"version_added": false
},
"nodejs": {
"version_added": "21.0.0"
"version_added": "20.10.0"
},
"oculus": "mirror",
"opera": "mirror",
Expand Down

0 comments on commit 984a8ec

Please sign in to comment.