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 239140d commit ca857e9Copy full SHA for ca857e9
.github/workflows/gh-pages.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v1
15
- uses: actions/setup-node@v1
16
with:
17
- node-version: '14.x'
+ node-version: '16.x'
18
- name: Test Build
19
run: |
20
yarn install --frozen-lockfile
@@ -26,7 +26,7 @@ jobs:
26
27
28
29
30
- uses: webfactory/ssh-agent@v0.5.0
31
32
ssh-private-key: ${{ secrets.GH_PAGES_DEPLOY }}
0 commit comments