Skip to content

Commit 18deb8c

Browse files
authored
Merge pull request #35 from lexanth/ts-bump
Bump TS and microbundle version
2 parents e37c1e7 + 42374d8 commit 18deb8c

File tree

4 files changed

+3027
-1074
lines changed

4 files changed

+3027
-1074
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [10.x, 12.x, 14.x]
15+
node-version: [14.x, 18.x, 20.x]
1616

1717
steps:
1818
- uses: actions/checkout@v2
@@ -31,10 +31,10 @@ jobs:
3131

3232
steps:
3333
- uses: actions/checkout@v2
34-
- name: Use Node.js 14.x
34+
- name: Use Node.js 20.x
3535
uses: actions/setup-node@v2
3636
with:
37-
node-version: 14.x
37+
node-version: 20.x
3838
- name: Install dependencies
3939
run: yarn --frozen-lockfile
4040
- name: Upgrade @testing-library/dom to ${{ matrix.testing-library-version }}

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ See [example tests](./example/src/SimpleTable.test.js)
158158
TODO:
159159

160160
- Set up changelog stuff
161+
- Publish from CI
161162

162163
### Publishing
163164

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@
4040
"eslint-plugin-promise": "^4.2.1",
4141
"eslint-plugin-standard": "^4.0.1",
4242
"gh-pages": "^2.2.0",
43-
"microbundle": "^0.12.0",
43+
"microbundle": "^0.15.1",
4444
"npm-run-all": "^4.1.5",
4545
"prettier": "^2.0.4",
4646
"react-scripts": "^3.4.1",
47-
"typescript": "^3.7.5"
47+
"typescript": "^4.0.0"
4848
},
4949
"peerDependencies": {
5050
"@testing-library/dom": "^7.5.1 || ^8 || ^9"

0 commit comments

Comments
 (0)