We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d68408c commit 71382f3Copy full SHA for 71382f3
.github/workflows/deploy-docs.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: build
20
uses: actions/setup-node@v1
21
with:
22
- node-version: "10.x"
+ node-version: "12.x"
23
- run: |
24
npm install
25
cd examples
0 commit comments