Skip to content

Commit dfd287e

Browse files
committed
chore: fix deploy
1 parent 8bcbc12 commit dfd287e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-docs.yml

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
uses: actions/checkout@v1
1313
- name: Setup Node.js
1414
uses: actions/setup-node@v1
15+
with:
16+
node-version: 12.x
1517
- name: Install Dependencies
1618
run: yarn bootstrap
1719
- name: Build and Deploy Production Files

0 commit comments

Comments
 (0)