Use node 16 for github workflow

This commit is contained in:
dennis.ludwig
2021-07-01 16:53:59 +02:00
parent 0cf0f568ec
commit 59117a4f59

View File

@@ -12,8 +12,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-node@v2
with:
node-version: '12'
- run: yarn
node-version: '16'
- run: PUBLIC_URL=/techradar yarn build:static
- uses: jakejarvis/s3-sync-action@master
with: