Skip to content

Commit

Permalink
deps: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
h-enk committed Nov 4, 2020
1 parent 6337c62 commit 53cf8ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sudo: required
language: node_js
node_js:
- "lts/*"
- "14"
- "15"

install:
- wget "https://github.com/gohugoio/hugo/releases/download/v${HUGO_RELEASE}/hugo_extended_${HUGO_RELEASE}_Linux-64bit.deb"
Expand All @@ -20,4 +20,4 @@ script:
env:
global:
- PRODUCTION=true
- HUGO_RELEASE=0.75.1
- HUGO_RELEASE=0.78.0
6 changes: 3 additions & 3 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
functions = "functions"

[build.environment]
HUGO_VERSION = "0.75.1"
NODE_VERSION = "14.12.0"
NPM_VERSION = "6.14.8"
HUGO_VERSION = "0.78.0"
NODE_VERSION = "15.0.1"
NPM_VERSION = "7.0.5"
YARN_VERSION = "1.22.5"

[context.production]
Expand Down

0 comments on commit 53cf8ba

Please sign in to comment.