Update node version to 14.x

master
Hasan Genc 3 years ago
parent 7ad86fa304
commit 8e4d576a26
  1. 2
      .github/workflows/documentation.yml

@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- uses: actions/setup-node@v1 - uses: actions/setup-node@v1
with: with:
node-version: '12.x' node-version: '14.x'
- uses: webfactory/ssh-agent@v0.5.0 - uses: webfactory/ssh-agent@v0.5.0
with: with:
ssh-private-key: ${{ secrets.GH_PAGES_DEPLOY }} ssh-private-key: ${{ secrets.GH_PAGES_DEPLOY }}

Loading…
Cancel
Save