1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-10-27 07:45:46 -04:00

small fix to spacing on responsive list pages

and make CI & Netlify use a newest version of Go (required for modules)
This commit is contained in:
2020-04-03 17:09:46 -04:00
parent e607a0c75d
commit 236ee5b0af
9 changed files with 21 additions and 12 deletions

View File

@@ -63,6 +63,9 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: '12.x'
- uses: actions/setup-go@v2-beta
with:
go-version: '1.14.x'
# https://github.com/actions/cache/blob/master/examples.md#node---yarn
# https://github.com/actions/cache/issues/60
- name: Get yarn cache location