Skip to content

Commit

Permalink
chore: update node to 18.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschreiber committed Oct 9, 2023
1 parent c0a876b commit 98961f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 18.16.0
nodejs 18.18.0
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

"compilerOptions": {
"lib": ["dom", "dom.iterable", "esnext"],
"module": "node16",
"module": "node18",

Check failure on line 7 in tsconfig.json

View workflow job for this annotation

GitHub Actions / build

Argument for '--module' option must be: 'none', 'commonjs', 'amd', 'system', 'umd', 'es6', 'es2015', 'es2020', 'es2022', 'esnext', 'node16', 'nodenext'.

Check failure on line 7 in tsconfig.json

View workflow job for this annotation

GitHub Actions / lint

Argument for '--module' option must be: 'none', 'commonjs', 'amd', 'system', 'umd', 'es6', 'es2015', 'es2020', 'es2022', 'esnext', 'node16', 'nodenext'.
"target": "es2015",

"allowJs": false,
Expand All @@ -13,7 +13,7 @@
"forceConsistentCasingInFileNames": true,
"isolatedModules": true,
"jsx": "react-jsx",
"moduleResolution": "node16",
"moduleResolution": "node18",

Check failure on line 16 in tsconfig.json

View workflow job for this annotation

GitHub Actions / build

Argument for '--moduleResolution' option must be: 'node10', 'classic', 'node16', 'nodenext', 'bundler'.

Check failure on line 16 in tsconfig.json

View workflow job for this annotation

GitHub Actions / lint

Argument for '--moduleResolution' option must be: 'node10', 'classic', 'node16', 'nodenext', 'bundler'.
"noFallthroughCasesInSwitch": true,
"resolveJsonModule": true,

Check failure on line 18 in tsconfig.json

View workflow job for this annotation

GitHub Actions / build

Option '--resolveJsonModule' cannot be specified when 'moduleResolution' is set to 'classic'.

Check failure on line 18 in tsconfig.json

View workflow job for this annotation

GitHub Actions / lint

Option '--resolveJsonModule' cannot be specified when 'moduleResolution' is set to 'classic'.
"skipLibCheck": true,
Expand Down

0 comments on commit 98961f0

Please sign in to comment.