Skip to content

Commit 3ff78f2

Browse files
authored
chore: Fix deploy-docs workflow (#825)
1 parent e51ec57 commit 3ff78f2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checking out Repository
12-
uses: actions/checkout@v1
12+
uses: actions/checkout@v2
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)