Skip to content

Commit 56f3410

Browse files
rollup-plugin-ts can't resolve babel in ci v10
1 parent 85e7fb6 commit 56f3410

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
node: [10, 12, 14, 16]
11+
node: [12, 14, 16]
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v2

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "suspense-service",
3-
"version": "0.2.11",
3+
"version": "0.3.2",
44
"description": "Suspense integration library for React",
55
"repository": "github:patrickroberts/suspense-service",
66
"main": "dst/cjs/suspense-service.js",

0 commit comments

Comments
 (0)