We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85e7fb6 commit 56f3410Copy full SHA for 56f3410
.github/workflows/build.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
strategy:
10
matrix:
11
- node: [10, 12, 14, 16]
+ node: [12, 14, 16]
12
steps:
13
- name: Checkout
14
uses: actions/checkout@v2
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "suspense-service",
3
- "version": "0.2.11",
+ "version": "0.3.2",
4
"description": "Suspense integration library for React",
5
"repository": "github:patrickroberts/suspense-service",
6
"main": "dst/cjs/suspense-service.js",
0 commit comments