Skip to content

Commit

Permalink
Enabled comments in tsconfig. Added node20 for unit tests CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgordel committed Jul 17, 2023
1 parent 59e0da4 commit d7422f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build:
strategy:
matrix:
node-version: [16.x, 18.x, 19.x]
node-version: [16.x, 18.x, 19.x, 20.x]
os: [ubuntu-latest, windows-latest, macos-latest]

runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"strict": true,
"esModuleInterop": true,
"moduleResolution": "node",
"removeComments": true,
"removeComments": false,
"sourceMap": true,
"noLib": false,
"declaration": true,
Expand Down

0 comments on commit d7422f1

Please sign in to comment.