Skip to content

Commit

Permalink
Merge pull request #281 from max-programming/patch-1
Browse files Browse the repository at this point in the history
Update Node LTS to use node version 22
  • Loading branch information
orta authored Oct 31, 2024
2 parents be50c30 + c9f41a6 commit d983ae1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Add to your `tsconfig.json`:
```json
"extends": "@tsconfig/next/tsconfig.json"
```
### Node LTS <kbd><a href="./bases/node-lts.json">tsconfig.json</a></kbd>
### Node LTS (22) <kbd><a href="./bases/node-lts.json">tsconfig.json</a></kbd>

Install:

Expand Down
12 changes: 6 additions & 6 deletions bases/node-lts.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
// This file was autogenerated by a script
// Equivalent to a config of: node20
// Equivalent to a config of: node22
{
"$schema": "https://json.schemastore.org/tsconfig",
"display": "Node LTS",
"_version": "20.1.0",
"display": "Node LTS (22)",
"_version": "22.11.0",

"compilerOptions": {
"lib": [
"es2023"
],
"lib": ["es2023"],
"module": "node16",
"target": "es2022",

"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
Expand Down

0 comments on commit d983ae1

Please sign in to comment.