1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-18 22:15:32 -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

@@ -6,6 +6,7 @@
NODE_VERSION = "12.16.1"
YARN_VERSION = "1.22.4"
YARN_FLAGS = "--no-ignore-optional --frozen-lockfile"
GO_VERSION = "1.14.1"
# Ensure *only* Pretty URLs are enabled, even though this is already set up in
# the Netlify dashboard.