We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bcbc12 commit dfd287eCopy full SHA for dfd287e
.github/workflows/deploy-docs.yml
@@ -12,6 +12,8 @@ jobs:
12
uses: actions/checkout@v1
13
- name: Setup Node.js
14
uses: actions/setup-node@v1
15
+ with:
16
+ node-version: 12.x
17
- name: Install Dependencies
18
run: yarn bootstrap
19
- name: Build and Deploy Production Files
0 commit comments