chore: bump node version to 14.X

This commit is contained in:
Stefan Martinov 2021-12-08 15:20:12 +01:00
parent 8e73e70475
commit 17b2335df1

View File

@ -15,7 +15,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'
- name: Test Build - name: Test Build
working-directory: foomo working-directory: foomo
run: | run: |
@ -34,7 +34,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 }}