deps: bump versions

This commit is contained in:
Henk Verlinde 2020-11-04 14:12:21 +01:00
parent 6337c62eac
commit 53cf8ba6e2
2 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@ sudo: required
language: node_js language: node_js
node_js: node_js:
- "lts/*" - "lts/*"
- "14" - "15"
install: install:
- wget "https://github.com/gohugoio/hugo/releases/download/v${HUGO_RELEASE}/hugo_extended_${HUGO_RELEASE}_Linux-64bit.deb" - wget "https://github.com/gohugoio/hugo/releases/download/v${HUGO_RELEASE}/hugo_extended_${HUGO_RELEASE}_Linux-64bit.deb"
@ -20,4 +20,4 @@ script:
env: env:
global: global:
- PRODUCTION=true - PRODUCTION=true
- HUGO_RELEASE=0.75.1 - HUGO_RELEASE=0.78.0

View File

@ -3,9 +3,9 @@
functions = "functions" functions = "functions"
[build.environment] [build.environment]
HUGO_VERSION = "0.75.1" HUGO_VERSION = "0.78.0"
NODE_VERSION = "14.12.0" NODE_VERSION = "15.0.1"
NPM_VERSION = "6.14.8" NPM_VERSION = "7.0.5"
YARN_VERSION = "1.22.5" YARN_VERSION = "1.22.5"
[context.production] [context.production]