From f463883a2b1e1c3556aaf53275d0cb0440821980 Mon Sep 17 00:00:00 2001 From: "James C. Davis" Date: Wed, 29 Jan 2020 09:54:19 -0500 Subject: [PATCH] chore: pin with volta: node@8.17.0, yarn@1.21.1 --- CHANGELOG.md | 2 ++ package.json | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffb9b198..e7292033 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Added +- pin node@8.17.0 and yarn@1.21.1 with volta ## [0.11.0] - 2019-07-30 ### Changed diff --git a/package.json b/package.json index dff2fb31..71170ae1 100644 --- a/package.json +++ b/package.json @@ -90,5 +90,9 @@ "lodash": "^4.17.4", "pagination-pager": "^3.0.0", "toastr": "^2.1.2" + }, + "volta": { + "node": "8.17.0", + "yarn": "1.21.1" } }