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 5a04789 commit 5130b42Copy full SHA for 5130b42
.github/workflows/build-and-test.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v2
12
- uses: actions/setup-node@v2-beta
13
with:
14
- node-version: '10'
+ node-version: '14'
15
- run: yarn install --frozen-lockfile
16
- run: yarn test:lint
17
- run: yarn test:unit
.github/workflows/deploy-gh-pages.yml
@@ -15,7 +15,7 @@ jobs:
18
19
20
- run: yarn doc
21
0 commit comments