Skip to content

Commit 40ebdf5

Browse files
committed
ES2023 is 100% supported in Node.js 20 on node.green
1 parent 5a1c915 commit 40ebdf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Node-Target-Mapping.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To update this file, you can use [node.green](https://node.green) to map to the
1414
"compilerOptions": {
1515
"lib": ["ES2023"],
1616
"module": "node16",
17-
"target": "ES2022"
17+
"target": "ES2023"
1818
}
1919
}
2020
```

0 commit comments

Comments
 (0)