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 965f38e commit cf493bdCopy full SHA for cf493bd
.github/workflows/release-docs.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Setup Node.js
17
uses: actions/setup-node@v1
18
with:
19
- node-version: '14'
+ node-version: 16
20
21
- run: yarn install
22
- run: yarn build
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
14
15
- node-version: 14
- name: Install dependencies
run: yarn install
@@ -36,7 +36,7 @@ jobs:
36
37
38
39
40
41
42
0 commit comments