Merge pull request #1 from foomo/feature/workflows

Github Workflows
This commit is contained in:
Stefan Martinov 2021-12-08 15:21:52 +01:00 committed by GitHub
commit 44ad2326eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '12.x'
node-version: '14.x'
- name: Test Build
working-directory: foomo
run: |
@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '12.x'
node-version: '14.x'
- uses: webfactory/ssh-agent@v0.5.0
with:
ssh-private-key: ${{ secrets.GH_PAGES_DEPLOY }}