Skip to content

Commit

Permalink
update devDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Nov 1, 2023
1 parent f3b2bf1 commit d2fa213
Show file tree
Hide file tree
Showing 5 changed files with 505 additions and 910 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
strategy:
matrix:
node-version: [14.x, 16.x, 18.x, 20.x]
node-version: [16.x, 18.x, 20.x, 21.x]
platform:
- os: ubuntu-latest
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .tshy/commonjs.json
Expand Up @@ -6,7 +6,7 @@
"../src/**/*.tsx"
],
"exclude": [
".../src/**/*.mts"
"../src/**/*.mts"
],
"compilerOptions": {
"outDir": "../.tshy-build-tmp/commonjs"
Expand Down
1 change: 1 addition & 0 deletions .tshy/esm.json
Expand Up @@ -5,6 +5,7 @@
"../src/**/*.mts",
"../src/**/*.tsx"
],
"exclude": [],
"compilerOptions": {
"outDir": "../.tshy-build-tmp/esm"
}
Expand Down

0 comments on commit d2fa213

Please sign in to comment.