We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a21a1e1 commit bb9beb3Copy full SHA for bb9beb3
1 file changed
.github/workflows/gh-pages.yml
@@ -16,13 +16,13 @@ jobs:
16
- name: Setup node
17
uses: actions/setup-node@v1
18
with:
19
- node-version: 12
+ node-version: 16
20
- name: Install dependencies
21
run: npm ci
22
- name: Build
23
run: npm run build
24
- name: Build Docs
25
- run: cd ./usage && npm install && npm run build
+ run: cd ./usage && npm ci && npm run build
26
- name: Publish docs
27
uses: peaceiris/actions-gh-pages@v3
28
if: ${{ github.ref == 'refs/heads/master' }}
0 commit comments