Skip to content

Commit 5a63e39

Browse files
committed
chore: update tsconfig to match test
- Use Node 20 to match Github Action version
1 parent 022ed38 commit 5a63e39

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"prepublishOnly": "yarn build"
2727
},
2828
"devDependencies": {
29-
"@tsconfig/node18": "^18.2.2",
29+
"@tsconfig/node20": "^20.1.4",
3030
"@types/got": "^9.6.12",
3131
"@vitest/coverage-v8": "^2.0.0",
3232
"dotenv": "^16.3.1",

pnpm-lock.yaml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "@tsconfig/node18/tsconfig.json",
2+
"extends": "@tsconfig/node20/tsconfig.json",
33
"compilerOptions": {
44
"declaration": true,
55
"outDir": "./dist"

0 commit comments

Comments
 (0)